Skip to content

Commit

Permalink
airsonic: 10.4.0 -> 10.4.1
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/airsonic/versions
  • Loading branch information
r-ryantm authored and FRidh committed Oct 21, 2019
1 parent fef4ba0 commit 5f994b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/misc/airsonic/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "airsonic";
version = "10.4.0";
version = "10.4.1";

src = fetchurl {
url = "https://github.com/airsonic/airsonic/releases/download/v${version}/airsonic.war";
sha256 = "1m4l10hp5m010ljsvn2ba4bbh8i26d04xffw81gfgjw08gya2hh8";
sha256 = "18vm59x8pcgsyf3kl8ndvdszwf62df9vsqzv5jgbzayb3s0yjghx";
};

buildCommand = ''
Expand Down

0 comments on commit 5f994b9

Please sign in to comment.