Skip to content

Commit

Permalink
ns-usbloader: 7.1 -> 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and wegank committed Nov 7, 2024
1 parent 4663905 commit b37b5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/ns-usbloader/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ let
in
maven.buildMavenPackage rec {
pname = "ns-usbloader";
version = "7.1";
version = "7.2";

src = fetchFromGitHub {
owner = "developersu";
repo = "ns-usbloader";
rev = "v${version}";
sha256 = "sha256-gSf5SCIhcUEYGsYssXVGjUweVU+guxOI+lzD3ANr96w=";
sha256 = "sha256-nZfAZ+IjoYXEWwH9oOhOQ5TOYUNiAGAqhHRhskyx/Vo=";
};

patches = [ ./no-launch4j.patch ./make-deterministic.patch ];
Expand Down

0 comments on commit b37b5a1

Please sign in to comment.