mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
netron: 8.3.4 -> 8.3.5
This commit is contained in:
parent
ee2477b0b5
commit
31e99a79e7
1 changed files with 3 additions and 3 deletions
|
@ -16,16 +16,16 @@ let
|
||||||
in
|
in
|
||||||
buildNpmPackage (finalAttrs: {
|
buildNpmPackage (finalAttrs: {
|
||||||
pname = "netron";
|
pname = "netron";
|
||||||
version = "8.3.4";
|
version = "8.3.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lutzroeder";
|
owner = "lutzroeder";
|
||||||
repo = "netron";
|
repo = "netron";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-P7lv0pnhrdU9zFwCzQYwYilq6qJ1UUaYgVDMiRZP5M8=";
|
hash = "sha256-YxvUUn8VWv5M6FvIHJCaXQl7PRGcZ8qSgrZ7K0+8iME=";
|
||||||
};
|
};
|
||||||
|
|
||||||
npmDepsHash = "sha256-gPRxgf4XTxIZIKTZbr07zzEJW1n0Waas+zms6Ap6RAY=";
|
npmDepsHash = "sha256-fsF40qUKUNXeqvdM1m/IEgnxRZrnGW/aOYS3oZKQNpk=";
|
||||||
|
|
||||||
nativeBuildInputs = [ jq ];
|
nativeBuildInputs = [ jq ];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue