summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/babl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 16:20:25 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-07-04 16:20:25 -0700
commit9b75cb7d338adc0a7e8174c040fb4120c27fd512 (patch)
tree4dcb198e7c8607311517e865439f0336aec71560 /pkgs/development/libraries/babl
parenta260b3d681164bedaeb90fd578390147799d638c (diff)
babl: 0.1.50 -> 0.1.52
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/babl/versions. These checks were done: - built on NixOS - 0 of 0 passed binary check by having a zero exit code. - 0 of 0 passed binary check by having the new version present in output. - found 0.1.52 with grep in /nix/store/z5wrc2k4kda3s32l0c3k9hl0r0lv8sfl-babl-0.1.52 - directory tree listing: https://gist.github.com/c5ddd50334411f6a71d41debc84b71ee - du listing: https://gist.github.com/718f840742912b599e33b591221a51ee
Diffstat (limited to 'pkgs/development/libraries/babl')
-rw-r--r--pkgs/development/libraries/babl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/babl/default.nix b/pkgs/development/libraries/babl/default.nix
index a82f4e7dfdae..844028008b02 100644
--- a/pkgs/development/libraries/babl/default.nix
+++ b/pkgs/development/libraries/babl/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation rec {
- name = "babl-0.1.50";
+ name = "babl-0.1.52";
src = fetchurl {
url = "https://ftp.gtk.org/pub/babl/0.1/${name}.tar.bz2";
- sha256 = "0bavr2y4v88pip7vlca4kwmnksk2qxcvkkdp9jyfi6pzh701sb5m";
+ sha256 = "0v7pkr3qd5jnn0pra88d90ixkl5h9ngg6w660nn1cgh4zjh19xs0";
};
doCheck = true;