Skip to content

Commit 73d2436

Browse files
committed
netbox2netshot: 0.1.12 -> 0.1.13; fix build
release notes: https://github.com/scaleway/netbox2netshot/releases/tag/0.1.13
1 parent 9860c3b commit 73d2436

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/admin/netbox2netshot/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
rustPlatform.buildRustPackage rec {
1111
pname = "netbox2netshot";
12-
version = "0.1.12";
12+
version = "0.1.13";
1313

1414
src = fetchFromGitHub {
1515
owner = "scaleway";
1616
repo = "netbox2netshot";
1717
rev = version;
18-
hash = "sha256-PT/eQBe0CX1l6tcC5QBiXKGWgIQ8s4h6IApeWyb8ysc=";
18+
hash = "sha256-zi/on31uYSW3XhIZzKMkxIj0QZxUzoOcpRR8w5LFH90=";
1919
};
2020

21-
cargoHash = "sha256-/T+6cjWG8u/Mr8gtBOXbEEZOO0pDykEpNIVTgooAmuw=";
21+
cargoHash = "sha256-qMIGCE3YsV+ZihqBpayrxddsSkmFPldgYNHnAK5semA=";
2222

2323
nativeBuildInputs = [
2424
pkg-config

0 commit comments

Comments
 (0)