Skip to content

Commit

Permalink
libwnck: 3.36.0 → 40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Oct 15, 2021
1 parent b399f77 commit 8960ed1
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/development/libraries/libwnck/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@

stdenv.mkDerivation rec {
pname = "libwnck";
version = "3.36.0";
version = "40.0";

outputs = [ "out" "dev" "devdoc" ];
outputBin = "dev";

src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
sha256 = "0pwjdhca9lz2n1gf9b60xf0m6ipf9snp8rqf9csj4pgdnd882l5w";
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "MMt5qDn5DNZvPiAvP5jLUWb6DNm5LrVxrZxHCkMCHYM=";
};

nativeBuildInputs = [
Expand Down Expand Up @@ -62,7 +62,6 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome.updateScript {
packageName = pname;
versionPolicy = "odd-unstable";
};
};

Expand Down

0 comments on commit 8960ed1

Please sign in to comment.