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:
Troels Henriksen 2023-07-04 03:34:58 +02:00 committed by GitHub
parent 8f0bb37e5a
commit 9da2e4a884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;