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: 2993047f4aa0
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cf7c4fbbbf19
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 4, 2018

  1. libraw: 0.18.12 -> 0.19.0

    Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
    
    This update was made based on information from https://repology.org/metapackage/libraw/versions.
    
    These checks were done:
    
    - built on NixOS
    - /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/raw-identify passed the binary check.
    - /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/unprocessed_raw passed the binary check.
    - /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/4channels passed the binary check.
    - /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/simple_dcraw passed the binary check.
    - /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/mem_image passed the binary check.
    - /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/dcraw_half passed the binary check.
    - /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/half_mt passed the binary check.
    - /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/multirender_test passed the binary check.
    - /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/postprocessing_benchmark passed the binary check.
    - /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0/bin/dcraw_emu passed the binary check.
    - 10 of 10 passed binary check by having a zero exit code.
    - 0 of 10 passed binary check by having the new version present in output.
    - found 0.19.0 with grep in /nix/store/c152az463594l2si39h4assahzv5wv6r-libraw-0.19.0
    - directory tree listing: https://gist.github.com/d21a46bb80b662baa7febf18eab4e313
    - du listing: https://gist.github.com/02a9d0af77dcf1045b4d3c5f7d17528f
    R. RyanTM committed Jul 4, 2018
    Copy the full SHA
    92d48c6 View commit details

Commits on Oct 13, 2018

  1. Merge pull request #42988 from r-ryantm/auto-update/libraw

    libraw: 0.18.12 -> 0.19.0
    infinisil authored Oct 13, 2018
    Copy the full SHA
    cf7c4fb View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/libraw/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/libraw/default.nix
Original file line number Diff line number Diff line change
@@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "libraw-${version}";
version = "0.18.12";
version = "0.19.0";

src = fetchurl {
url = "https://www.libraw.org/data/LibRaw-${version}.tar.gz";
sha256 = "1m2khr2cij8z6lawgbmdksjn14fpnjsy8ad4qahnpqapm1slsxap";
sha256 = "0nfj7s7qmgfy1cl8s3ck7dxjvprfq5glfi6iidmvmy8r7gl52gz8";
};

outputs = [ "out" "lib" "dev" "doc" ];