ns-usbloader: 7.1 -> 7.2

This commit is contained in:
R. Ryantm
2025-04-28 18:52:39 +02:00
committed by Wolfgang Walther
parent 85f896ec76
commit 3cef998e38
+2 -2
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 = [