squeezelite: 1.9.9.1430 -> 1.9.9.1449

+4 -4
+3 -3
pkgs/applications/audio/squeezelite/default.nix
··· 43 43 pname = binName; 44 44 # versions are specified in `squeezelite.h` 45 45 # see https://github.com/ralph-irving/squeezelite/issues/29 46 - version = "1.9.9.1430"; 46 + version = "1.9.9.1449"; 47 47 48 48 src = fetchFromGitHub { 49 49 owner = "ralph-irving"; 50 50 repo = "squeezelite"; 51 - rev = "663db8f64d73dceca6a2a18cdb705ad846daa272"; 52 - hash = "sha256-PROb6d5ixO7lk/7wsjh2vkPkPgAvd6x+orQOY078IAs="; 51 + rev = "8581aba8b1b67af272b89b62a7a9b56082307ab6"; 52 + hash = "sha256-/qyoc0/7Q8yiu5AhuLQFUiE88wf+/ejHjSucjpoN5bI="; 53 53 }; 54 54 55 55 buildInputs = [ flac libmad libvorbis mpg123 ]
+1 -1
pkgs/applications/audio/squeezelite/update.sh
··· 1 1 #!/usr/bin/env nix-shell 2 - #!nix-shell -i bash -p common-updater-scripts coreutils curl gnused jq nix nix-prefetch-github ripgrep 2 + #!nix-shell -I nixpkgs=./. -i bash -p common-updater-scripts coreutils curl gnused jq nix nix-prefetch-git nix-prefetch-github ripgrep 3 3 4 4 set -euo pipefail 5 5