rars: 1.5 -> 1.6 (#241306)
* rars: 1.5 -> 1.6 * Update pkgs/development/tools/rars/default.nix Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com> --------- Co-authored-by: Pol Dellaiera <pol.dellaiera@protonmail.com>
This commit is contained in:
parent
8f0bb37e5a
commit
9da2e4a884
@ -2,11 +2,11 @@
|
||||
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "rars";
|
||||
version = "1.5";
|
||||
version = "1.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://github.com/TheThirdOne/rars/releases/download/v${version}/rars1_5.jar";
|
||||
sha256 = "sha256-w75gfARfR46Up6qng1GYL0u8ENfpD3xHhl/yp9lEcUE=";
|
||||
url = "https://github.com/TheThirdOne/rars/releases/download/v${version}/rars1_6.jar";
|
||||
hash = "sha256-eA9zDrRXsbpgnpaKzMLIt32PksPZ2/MMx/2zz7FOjCQ=";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
Loading…
Reference in New Issue
Block a user