We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent afc0218 commit 222e186Copy full SHA for 222e186
pkgs/development/libraries/gtkmm/3.x.nix
@@ -2,14 +2,14 @@
2
3
let
4
ver_maj = "3.22";
5
- ver_min = "0";
+ ver_min = "2";
6
in
7
stdenv.mkDerivation rec {
8
name = "gtkmm-${ver_maj}.${ver_min}";
9
10
src = fetchurl {
11
url = "mirror://gnome/sources/gtkmm/${ver_maj}/${name}.tar.xz";
12
- sha256 = "05da4d4b628fb20c8384630ddf478a3b5562952b2d6181fe28d58f6cbc0514f5";
+ sha256 = "91afd98a31519536f5f397c2d79696e3d53143b80b75778521ca7b48cb280090";
13
};
14
15
outputs = [ "out" "dev" ];
0 commit comments