Unverified Commit 3cef998e authored by R. RyanTM's avatar R. RyanTM Committed by Wolfgang Walther
Browse files

ns-usbloader: 7.1 -> 7.2

parent 85f896ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [