snd: 17.8 -> 18.1

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/h2s0m8v39bj1z84habnkrxidkip0vmbr-snd-18.1/bin/snd --help` got 0 exit code
- ran `/nix/store/h2s0m8v39bj1z84habnkrxidkip0vmbr-snd-18.1/bin/snd --version` and found version 18.1
- ran `/nix/store/h2s0m8v39bj1z84habnkrxidkip0vmbr-snd-18.1/bin/snd --help` and found version 18.1
- found 18.1 with grep in /nix/store/h2s0m8v39bj1z84habnkrxidkip0vmbr-snd-18.1
- found 18.1 in filename of file in /nix/store/h2s0m8v39bj1z84habnkrxidkip0vmbr-snd-18.1

cc "@fuuzetsu"
This commit is contained in:
Ryan Mulligan 2018-02-27 16:36:54 -08:00
parent 6a10134205
commit a461c714d2

View File

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
name = "snd-17.8";
name = "snd-18.1";
src = fetchurl {
url = "mirror://sourceforge/snd/${name}.tar.gz";
sha256 = "161bx2xgz692iqmsmhv9yi8rvd7y31si4rniizwirwz7q4y4vwvf";
sha256 = "0wdifvpm54j5fxxp867jnrfdy3jb8iff2mxqvp08plp45zfjv6xh";
};
nativeBuildInputs = [ pkgconfig ];