airsonic: 10.6.1 -> 10.6.2
This commit is contained in:
parent
35c089a6e2
commit
77554bb0ff
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "airsonic";
|
pname = "airsonic";
|
||||||
version = "10.6.1";
|
version = "10.6.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/airsonic/airsonic/releases/download/v${version}/airsonic.war";
|
url = "https://github.com/airsonic/airsonic/releases/download/v${version}/airsonic.war";
|
||||||
sha256 = "0dgk9i7981wydp44zax21y48psybcsd4i68cmlp9izl8aa5gk2vb";
|
sha256 = "0q3qnqymj3gaa6n79pvbyidn1ga99lpngp5wvhlw1aarg1m7vccl";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user