3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #58008 from r-ryantm/auto-update/babl

babl: 0.1.60 -> 0.1.62
This commit is contained in:
Ryan Mulligan 2019-04-07 17:36:55 -07:00 committed by GitHub
commit c2a27c27c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
name = "babl-0.1.60";
name = "babl-0.1.62";
src = fetchurl {
url = "https://ftp.gtk.org/pub/babl/0.1/${name}.tar.bz2";
sha256 = "0kv0y12j4k9khrxqa7rryfb4ikcnrax6x4nwi70wnz05nv6fxld3";
sha256 = "047msfzj8v4sfl61a2xhd69r9rh2pjq4lzpk3j10ijyv9qbry9yw";
};
doCheck = true;