We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a4e01d + 73d2436 commit 5d38be4Copy full SHA for 5d38be4
pkgs/tools/admin/netbox2netshot/default.nix
@@ -9,16 +9,16 @@
9
10
rustPlatform.buildRustPackage rec {
11
pname = "netbox2netshot";
12
- version = "0.1.12";
+ version = "0.1.13";
13
14
src = fetchFromGitHub {
15
owner = "scaleway";
16
repo = "netbox2netshot";
17
rev = version;
18
- hash = "sha256-PT/eQBe0CX1l6tcC5QBiXKGWgIQ8s4h6IApeWyb8ysc=";
+ hash = "sha256-zi/on31uYSW3XhIZzKMkxIj0QZxUzoOcpRR8w5LFH90=";
19
};
20
21
- cargoHash = "sha256-/T+6cjWG8u/Mr8gtBOXbEEZOO0pDykEpNIVTgooAmuw=";
+ cargoHash = "sha256-qMIGCE3YsV+ZihqBpayrxddsSkmFPldgYNHnAK5semA=";
22
23
nativeBuildInputs = [
24
pkg-config
0 commit comments