Unverified Commit 812899dc authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #252013 from adamcstephens/squeezelite/1449

squeezelite: 1.9.9.1430 -> 1.9.9.1449
parents aa6be160 ab269806
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -43,13 +43,13 @@ stdenv.mkDerivation {
  pname = binName;
  # versions are specified in `squeezelite.h`
  # see https://github.com/ralph-irving/squeezelite/issues/29
  version = "1.9.9.1430";
  version = "1.9.9.1449";

  src = fetchFromGitHub {
    owner = "ralph-irving";
    repo = "squeezelite";
    rev = "663db8f64d73dceca6a2a18cdb705ad846daa272";
    hash = "sha256-PROb6d5ixO7lk/7wsjh2vkPkPgAvd6x+orQOY078IAs=";
    rev = "8581aba8b1b67af272b89b62a7a9b56082307ab6";
    hash = "sha256-/qyoc0/7Q8yiu5AhuLQFUiE88wf+/ejHjSucjpoN5bI=";
  };

  buildInputs = [ flac libmad libvorbis mpg123 ]
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p common-updater-scripts coreutils curl gnused jq nix nix-prefetch-github ripgrep
#!nix-shell -I nixpkgs=./. -i bash -p common-updater-scripts coreutils curl gnused jq nix nix-prefetch-git nix-prefetch-github ripgrep

set -euo pipefail