mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
squeezelite: 2.0.0.1556 -> 2.0.0.1561
This commit is contained in:
parent
109d6c9890
commit
af78b8bb05
1 changed files with 3 additions and 3 deletions
|
|
@ -39,13 +39,13 @@ stdenv.mkDerivation {
|
|||
pname = binName;
|
||||
# versions are specified in `squeezelite.h`
|
||||
# see https://github.com/ralph-irving/squeezelite/issues/29
|
||||
version = "2.0.0.1556";
|
||||
version = "2.0.0.1561";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ralph-irving";
|
||||
repo = "squeezelite";
|
||||
rev = "6d571de8fa6dfff23a5a0cbb2c81b402d2c30c31";
|
||||
hash = "sha256-rwiRZaadku4xAAQiloghnmMtRlflgGJ8prEUQJsuR8c=";
|
||||
rev = "e977d1045f5f4c1a51ba0d66387f26fd19a2f42a";
|
||||
hash = "sha256-VY9iMGUgI+VCoadYYnfB8GUItjl/U/hh1pV2yu41miE=";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue