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: b6495376d2ff
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a270cbde1847
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on May 18, 2018

  1. lsscsi: 0.28 -> 0.29 (#40663)

    Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.
    
    This update was made based on information from https://repology.org/metapackage/lsscsi/versions.
    
    These checks were done:
    
    - built on NixOS
    - /nix/store/2z22y23xx308psxsxn605hsizfhll3jd-lsscsi-0.29/bin/lsscsi passed the binary check.
    - 1 of 1 passed binary check by having a zero exit code.
    - 0 of 1 passed binary check by having the new version present in output.
    - found 0.29 with grep in /nix/store/2z22y23xx308psxsxn605hsizfhll3jd-lsscsi-0.29
    - directory tree listing: https://gist.github.com/8a27d93aa9459ec96b068a78e73f6f1c
    - du listing: https://gist.github.com/1c65dda6f5dc9d0ef0fa880d016dc260
    r-ryantm authored and xeji committed May 18, 2018
    Copy the full SHA
    a270cbd View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/os-specific/linux/lsscsi/default.nix
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/lsscsi/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation {
name = "lsscsi-0.28";
name = "lsscsi-0.29";

src = fetchurl {
url = "http://sg.danny.cz/scsi/lsscsi-0.28.tgz";
sha256 = "0l6xz8545lnfd9f4z974ar1pbzfdkr6c8r56zjrcaazl3ad00p82";
url = "http://sg.danny.cz/scsi/lsscsi-0.29.tgz";
sha256 = "0538fjgxky03yn7mzyslkyi2af3yy5llsnjjcgjx73x08wd6hv5n";
};

preConfigure = ''