Skip to content

Commit 222e186

Browse files
committedSep 16, 2017
gtkmm3: maintenance 3.22.0 -> 3.22.2
1 parent afc0218 commit 222e186

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/libraries/gtkmm

1 file changed

+2
-2
lines changed
 

‎pkgs/development/libraries/gtkmm/3.x.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
let
44
ver_maj = "3.22";
5-
ver_min = "0";
5+
ver_min = "2";
66
in
77
stdenv.mkDerivation rec {
88
name = "gtkmm-${ver_maj}.${ver_min}";
99

1010
src = fetchurl {
1111
url = "mirror://gnome/sources/gtkmm/${ver_maj}/${name}.tar.xz";
12-
sha256 = "05da4d4b628fb20c8384630ddf478a3b5562952b2d6181fe28d58f6cbc0514f5";
12+
sha256 = "91afd98a31519536f5f397c2d79696e3d53143b80b75778521ca7b48cb280090";
1313
};
1414

1515
outputs = [ "out" "dev" ];

0 commit comments

Comments
 (0)
Please sign in to comment.