summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2023-04-05 18:46:13 -0400
committerAdam Stephens <adam@valkor.net>2023-04-05 22:47:07 -0400
commite23e82abcf743d4000cd267ba7c0b239f6a67ff2 (patch)
tree6346769dafb8df2f1cc08fdcb999d6e7cb5aae4e
parent84c63f9e2f012ef403552c0fa61830a98f53b0bc (diff)
downloadnixpkgs-e23e82abcf743d4000cd267ba7c0b239f6a67ff2.tar
nixpkgs-e23e82abcf743d4000cd267ba7c0b239f6a67ff2.tar.gz
nixpkgs-e23e82abcf743d4000cd267ba7c0b239f6a67ff2.tar.bz2
nixpkgs-e23e82abcf743d4000cd267ba7c0b239f6a67ff2.tar.lz
nixpkgs-e23e82abcf743d4000cd267ba7c0b239f6a67ff2.tar.xz
nixpkgs-e23e82abcf743d4000cd267ba7c0b239f6a67ff2.tar.zst
nixpkgs-e23e82abcf743d4000cd267ba7c0b239f6a67ff2.zip
squeezelite: 1.9.9.1419 -> 1.9.9.1428
-rw-r--r--pkgs/applications/audio/squeezelite/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/squeezelite/default.nix b/pkgs/applications/audio/squeezelite/default.nix
index ff85f7e897d..f606f076057 100644
--- a/pkgs/applications/audio/squeezelite/default.nix
+++ b/pkgs/applications/audio/squeezelite/default.nix
@@ -34,13 +34,13 @@ stdenv.mkDerivation {
   pname = binName;
   # versions are specified in `squeezelite.h`
   # see https://github.com/ralph-irving/squeezelite/issues/29
-  version = "1.9.9.1419";
+  version = "1.9.9.1428";
 
   src = fetchFromGitHub {
     owner = "ralph-irving";
     repo = "squeezelite";
-    rev = "226efa300c4cf037e8486bad635e9deb3104636f";
-    hash = "sha256-ZZWliw1prFbBZMFp0QmXg6MKuHPNuFh2lFxQ8bbuWAM=";
+    rev = "74fe7934ec60cc31565f088796f56e911f51679c";
+    hash = "sha256-85Pz6psyK3VXOIrINcoIeHZT5j9UfJqWIxTavwqHx04=";
   };
 
   buildInputs = [ flac libmad libvorbis mpg123 ]