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

netron: 8.7.7 -> 8.7.8 (#471619)

parents 5ef88a7f 080e6b38
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.7";
  version = "8.7.8";

  src = fetchFromGitHub {
    owner = "lutzroeder";
    repo = "netron";
    tag = "v${finalAttrs.version}";
    hash = "sha256-QQnHdOmQOJ18YzBc1SWLysUjwdOHFm4HggM4MDz2Qow=";
    hash = "sha256-Q5Pj086Sd4YfO0+6EepZ2dwN/Ao56lAu792pB9SQqVQ=";
  };

  npmDepsHash = "sha256-Jg4nXoQBXTBSRygL73jLjXOn5g1t2K5L79YzkmBURwY=";
  npmDepsHash = "sha256-tbgEpg3+BXYRhlLdOqSqDW9i7wfV0cm7d3QHxAUHVUc=";

  nativeBuildInputs = [ jq ];