mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
shairport-sync: 4.3.6 -> 4.3.7
This commit is contained in:
parent
6f1338e307
commit
6f0ce6a2af
1 changed files with 2 additions and 2 deletions
|
@ -53,13 +53,13 @@ in
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "shairport-sync";
|
||||
version = "4.3.6";
|
||||
version = "4.3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
repo = "shairport-sync";
|
||||
owner = "mikebrady";
|
||||
tag = version;
|
||||
hash = "sha256-Pbg2yFa524OFOfvwZPS1/K+Vvn+bwtmo7Fbr919Smwc=";
|
||||
hash = "sha256-bfOgUeUCxQeCmKKBlvIXptM5lJxgZiH4lOhLJSNih8g=";
|
||||
};
|
||||
|
||||
nativeBuildInputs =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue