Unverified Commit a3f350e4 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

netron: 8.7.3 -> 8.7.5 (#465894)

parents f20502dc 495f2ee9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,16 +16,16 @@ let
in
buildNpmPackage (finalAttrs: {
  pname = "netron";
  version = "8.7.3";
  version = "8.7.5";

  src = fetchFromGitHub {
    owner = "lutzroeder";
    repo = "netron";
    tag = "v${finalAttrs.version}";
    hash = "sha256-4ATVEPOOju2nz7vsl+qCwG4A6F1HRx3/1MkFSUKPD2Q=";
    hash = "sha256-wK6aKoTnERW1qkCv1zy4Pea00VP0mOPZGFxLbGQ6IFg=";
  };

  npmDepsHash = "sha256-TTAemrFZoXKlkPSHjQWZh0zree+s5ZWYXT0cy8xUBA0=";
  npmDepsHash = "sha256-+beWln/XjFyRc1g4ERvWACt7XRSimDX7G1x9R3YP3Eg=";

  nativeBuildInputs = [ jq ];