summaryrefslogtreecommitdiffstats
path: root/pkgs/misc/sndio
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-06-02 21:26:46 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2019-06-02 21:26:46 -0700
commit27166d50d9096451dc0daa3e4d39718db1dd7246 (patch)
treec754f6469834df86ef2dc5d4fcbb0629d8c1ce52 /pkgs/misc/sndio
parent97aba37876c4513102b0acef05f3438c0b896840 (diff)
sndio: 1.2.0 -> 1.5.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/sndio/versions
Diffstat (limited to 'pkgs/misc/sndio')
-rw-r--r--pkgs/misc/sndio/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/sndio/default.nix b/pkgs/misc/sndio/default.nix
index 957acbaa4068..bd8e9671ddac 100644
--- a/pkgs/misc/sndio/default.nix
+++ b/pkgs/misc/sndio/default.nix
@@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "sndio-${version}";
- version = "1.2.0";
+ version = "1.5.0";
enableParallelBuilding = true;
buildInputs = [ alsaLib ];
src = fetchurl {
url = "http://www.sndio.org/sndio-${version}.tar.gz";
- sha256 = "1p3cw7s6ylmvafbf9a5w5bkh3cy4s1d73hdh0i24m441jhc8x05r";
+ sha256 = "0lyjb962w9qjkm3yywdywi7k2sxa2rl96v5jmrzcpncsfi201iqj";
};
meta = with stdenv.lib; {