summary refs log tree commit diff
path: root/pkgs/applications/audio/snd
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-27 16:36:54 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-27 16:36:54 -0800
commita461c714d29e5233b41c621f01f7e3a9d8259707 (patch)
tree98ade96fd5ffad1ed59ff7e9edf75a2240ed4697 /pkgs/applications/audio/snd
parent6a101342051182e66587249cfd8c4800b0746c82 (diff)
downloadnixpkgs-a461c714d29e5233b41c621f01f7e3a9d8259707.tar
nixpkgs-a461c714d29e5233b41c621f01f7e3a9d8259707.tar.gz
nixpkgs-a461c714d29e5233b41c621f01f7e3a9d8259707.tar.bz2
nixpkgs-a461c714d29e5233b41c621f01f7e3a9d8259707.tar.lz
nixpkgs-a461c714d29e5233b41c621f01f7e3a9d8259707.tar.xz
nixpkgs-a461c714d29e5233b41c621f01f7e3a9d8259707.tar.zst
nixpkgs-a461c714d29e5233b41c621f01f7e3a9d8259707.zip
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"
Diffstat (limited to 'pkgs/applications/audio/snd')
-rw-r--r--pkgs/applications/audio/snd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/snd/default.nix b/pkgs/applications/audio/snd/default.nix
index 1932ec3d93b..3fe8ecfe546 100644
--- a/pkgs/applications/audio/snd/default.nix
+++ b/pkgs/applications/audio/snd/default.nix
@@ -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 ];