Merge pull request #66782 from r-ryantm/auto-update/airsonic
airsonic: 10.3.1 -> 10.4.0
This commit is contained in:
commit
5e93cb31eb
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "airsonic-${version}";
|
name = "airsonic-${version}";
|
||||||
version = "10.3.1";
|
version = "10.4.0";
|
||||||
|
|
||||||
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 = "15y56h7zy94408605cchvf2fqg3aicylpzgd1g8fxyl42h216816";
|
sha256 = "1m4l10hp5m010ljsvn2ba4bbh8i26d04xffw81gfgjw08gya2hh8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildCommand = ''
|
buildCommand = ''
|
||||||
|
|
Loading…
Reference in a new issue