about summary refs log tree commit diff
path: root/pkgs/misc/sndio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-02 03:55:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-02 03:55:58 +0000
commit4a29ae4b3fec042ad576b38d18072654af6fdde9 (patch)
treeeb5c996ea45b067a6006f20df232ac608508e7af /pkgs/misc/sndio
parentec9cb32147fbd46a4082cb119d274a0990caa390 (diff)
sndio: 1.8.1 -> 1.9.0
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 ea2229f264e21..a65c0cd7b0f50 100644
--- a/pkgs/misc/sndio/default.nix
+++ b/pkgs/misc/sndio/default.nix
@@ -2,11 +2,11 @@
 
 stdenv.mkDerivation rec {
   pname = "sndio";
-  version = "1.8.1";
+  version = "1.9.0";
 
   src = fetchurl {
     url = "https://www.sndio.org/sndio-${version}.tar.gz";
-    sha256 = "08b33bbrhbva1lyzzsj5k6ggcqzrfjfhb2n99a0b8b07kqc3f7gq";
+    sha256 = "sha256-8wgm/JwH42nTkk1fzt9qClPA30rh9atQ/pzygFQPaZo=";
   };
 
   nativeBuildInputs = lib.optional stdenv.hostPlatform.isDarwin fixDarwinDylibNames;