Update Airsonic Advanced to 11.1.4-SNAPSHOT.20240628001308
This commit is contained in:
parent
12156daf9e
commit
fd47e52c2d
|
@ -248,11 +248,11 @@
|
||||||
},
|
},
|
||||||
"nixos-hardware": {
|
"nixos-hardware": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1719487696,
|
"lastModified": 1719552654,
|
||||||
"narHash": "sha256-pCsl9qFCuIuhIfGH03CiBOsy1LNwITC6VMb6/5tz+Qc=",
|
"narHash": "sha256-PX3msbC5KdwCDnucGtir3qzlzv+1fuiU4tk17nljFIE=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixos-hardware",
|
"repo": "nixos-hardware",
|
||||||
"rev": "14aadcba1a26c8c142453839f888afd0db8b2041",
|
"rev": "3980e7816c99d9e4da7a7b762e5b294055b73b2f",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -7,11 +7,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "airsonic-advanced";
|
pname = "airsonic-advanced";
|
||||||
version = "11.1.4-SNAPSHOT.20240616141843";
|
version = "11.1.4-SNAPSHOT.20240628001308";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/kagemomiji/airsonic-advanced/releases/download/${version}/airsonic.war";
|
url = "https://github.com/kagemomiji/airsonic-advanced/releases/download/${version}/airsonic.war";
|
||||||
sha256 = "57877d56ab913974cfb5b5f3f8d2e2df4b289e7cde494f8766b7e35a93f82fbe";
|
sha256 = "7fd7935b57a716754cf4008a2b4376a0f2b762deec2a56bb6e5481b5ad0a529f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
|
@ -29,6 +29,5 @@ stdenv.mkDerivation rec {
|
||||||
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
sourceProvenance = with sourceTypes; [ binaryBytecode ];
|
||||||
license = lib.licenses.gpl3;
|
license = lib.licenses.gpl3;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ disassembler ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue