summary refs log tree commit diff
path: root/pkgs/development/libraries/babl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-17 12:40:38 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-17 12:40:38 -0700
commit85cc1364adfed5c439c6dea6f1563af2220c276a (patch)
treee948a748817b46c75284718885cd9215947324c3 /pkgs/development/libraries/babl
parentf3fcf1b0a9b0398620b5fa9b40268ef651aa373e (diff)
downloadnixpkgs-85cc1364adfed5c439c6dea6f1563af2220c276a.tar
nixpkgs-85cc1364adfed5c439c6dea6f1563af2220c276a.tar.gz
nixpkgs-85cc1364adfed5c439c6dea6f1563af2220c276a.tar.bz2
nixpkgs-85cc1364adfed5c439c6dea6f1563af2220c276a.tar.lz
nixpkgs-85cc1364adfed5c439c6dea6f1563af2220c276a.tar.xz
nixpkgs-85cc1364adfed5c439c6dea6f1563af2220c276a.tar.zst
nixpkgs-85cc1364adfed5c439c6dea6f1563af2220c276a.zip
babl: 0.1.46 -> 0.1.48
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.48 with grep in /nix/store/1pffxdly3bs42aqxf9zzmh3kcn304r8i-babl-0.1.48
- directory tree listing: https://gist.github.com/42f46e6f60e3db18a7a54f4ec1c31b80
- du listing: https://gist.github.com/3382dcb9c594fd5e06a9432be1c8d80b
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 285f4dea802..ac9056d1e03 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.46";
+  name = "babl-0.1.48";
 
   src = fetchurl {
     url = "http://ftp.gtk.org/pub/babl/0.1/${name}.tar.bz2";
-    sha256 = "0nwyhvfca6m35wjcccvwca7fcihzgdfyc012qi703y5d3cxl1hmv";
+    sha256 = "0596flzqzdlq4y6lsg34szh1ffgyccghp8y1k9h4d3jwymfd16xy";
   };
 
   doCheck = true;