Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: bb898dbc89cb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 41f0c4639a4a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 17, 2018

  1. 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
    R. RyanTM committed May 17, 2018
    Copy the full SHA
    85cc136 View commit details
  2. Merge pull request #40699 from r-ryantm/auto-update/babl

    babl: 0.1.46 -> 0.1.48
    jtojnar authored May 17, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    41f0c46 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/babl/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/babl/default.nix
Original file line number Diff line number Diff line change
@@ -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;