3
0
Fork 0
forked from mirrors/nixpkgs

airsonic: 10.4.1 -> 10.4.2

(#72460)
This commit is contained in:
R. RyanTM 2019-11-13 04:25:51 -08:00 committed by Renaud
parent baf72d3093
commit 6469c612cd

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "airsonic";
version = "10.4.1";
version = "10.4.2";
src = fetchurl {
url = "https://github.com/airsonic/airsonic/releases/download/v${version}/airsonic.war";
sha256 = "18vm59x8pcgsyf3kl8ndvdszwf62df9vsqzv5jgbzayb3s0yjghx";
sha256 = "15dxrz1vi5h26g4z9p3x9p96hm1swajsfc2i725xbllpkhnykzcx";
};
buildCommand = ''