Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

babl: 0.1.42 -> 0.1.44

Semi-automatic update. The following tests were automatically performed:

- built on NixOS
- found 0.1.44 with grep in /nix/store/wm1yfyjhfmx2030cvmvx1k5wnizdgcfc-babl-0.1.44

authored by Ryan Mulligan and committed by Jan Tojnar 20c5476a e5436a90

+2 -2
+2 -2
pkgs/development/libraries/babl/default.nix
··· 1 1 { stdenv, fetchurl }: 2 2 3 3 stdenv.mkDerivation rec { 4 - name = "babl-0.1.42"; 4 + name = "babl-0.1.44"; 5 5 6 6 src = fetchurl { 7 7 url = "http://ftp.gtk.org/pub/babl/0.1/${name}.tar.bz2"; 8 - sha256 = "1wc7fyj9bfqfiwf1w33g3vv3wcl18pd9cxr9fc0iy391szrsynb8"; 8 + sha256 = "0zfy1jrwdp4ja2f1rqa2m46vx6nilm73f72d4d1c8d65vshgsqzl"; 9 9 }; 10 10 11 11 doCheck = true;