ns-usbloader: 7.1 -> 7.2 (#352527)

This commit is contained in:
Wolfgang Walther 2025-06-07 10:23:43 +00:00 committed by GitHub
commit 0d4a75b990
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,13 +21,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 = [