summary refs log tree commit diff
path: root/pkgs/applications/audio/snd
diff options
context:
space:
mode:
authorR. RyanTM <ryantm+bot@ryantm.com>2018-05-06 20:45:38 -0700
committerR. RyanTM <ryantm+bot@ryantm.com>2018-05-06 20:45:38 -0700
commit834b6049c0a9790a991235f3d725dd2a5a40276e (patch)
treebd9e607b8ff87d0160d258728475163c596197b7 /pkgs/applications/audio/snd
parentb45ef79b74d267891a11c1775a473c610ecebe78 (diff)
downloadnixpkgs-834b6049c0a9790a991235f3d725dd2a5a40276e.tar
nixpkgs-834b6049c0a9790a991235f3d725dd2a5a40276e.tar.gz
nixpkgs-834b6049c0a9790a991235f3d725dd2a5a40276e.tar.bz2
nixpkgs-834b6049c0a9790a991235f3d725dd2a5a40276e.tar.lz
nixpkgs-834b6049c0a9790a991235f3d725dd2a5a40276e.tar.xz
nixpkgs-834b6049c0a9790a991235f3d725dd2a5a40276e.tar.zst
nixpkgs-834b6049c0a9790a991235f3d725dd2a5a40276e.zip
snd: 18.2 -> 18.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/snd/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/18mdi0m90asngnmnf313bbkpyyzjs96b-snd-18.3/bin/snd --help’ got 0 exit code
- found 18.3 with grep in /nix/store/18mdi0m90asngnmnf313bbkpyyzjs96b-snd-18.3
- directory tree listing: https://gist.github.com/3e3d90a56bba746c97163a9bc00919f2
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 660f342dc9d..cacc6e04429 100644
--- a/pkgs/applications/audio/snd/default.nix
+++ b/pkgs/applications/audio/snd/default.nix
@@ -4,11 +4,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "snd-18.2";
+  name = "snd-18.3";
 
   src = fetchurl {
     url = "mirror://sourceforge/snd/${name}.tar.gz";
-    sha256 = "0b0ija3cf2c9sqh3cclk5a7i73vagfkyw211aykfd76w7ibirs3r";
+    sha256 = "117sgvdv0a03ys1v27bs99mgzpfm2a7xg6s0q6m1f79jniia12ss";
   };
 
   nativeBuildInputs = [ pkgconfig ];