forked from mirrors/nixpkgs
libwnck3: 3.24.1 -> 3.30.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/libwnck/versions
This commit is contained in:
parent
e0950ae9ad
commit
6a3364cc9f
|
@ -2,13 +2,13 @@
|
|||
|
||||
let
|
||||
pname = "libwnck";
|
||||
version = "3.24.1";
|
||||
version = "3.30.0";
|
||||
in stdenv.mkDerivation rec{
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "010zk9zvydggxqnxfml3scml5yxmpjy90irpqcayrzw26lldr9mg";
|
||||
sha256 = "0f9lvhm3w25046dqq8xyg7nzggxpmdriwrb661nng05a8qk0svdc";
|
||||
};
|
||||
|
||||
outputs = [ "out" "dev" "devdoc" ];
|
||||
|
|
Loading…
Reference in a new issue