Skip to content

Commit

Permalink
Merge pull request #168936 from romildo/upd.xfce4-eyes-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Apr 24, 2022
2 parents 66399e1 + c29cca1 commit 37c2ce7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ let
category = "panel-plugins";
in stdenv.mkDerivation rec {
pname = "xfce4-eyes-plugin";
version = "4.5.1";
version = "4.6.0";

src = fetchurl {
url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
sha256 = "sha256-TbeAF45Sk5HVPaGA5JOGkE5ppaM7O9UYWDXQp+b/WsU=";
sha256 = "sha256-rQ/wXYi6OTt8iSL4Iz7dM/wKTosAC2HeH486EMWuUyQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 37c2ce7

Please sign in to comment.