netbox2netshot: 0.1.12 -> 0.1.13; fix build

release notes: https://github.com/scaleway/netbox2netshot/releases/tag/0.1.13
This commit is contained in:
Patka
2024-11-08 19:42:07 +01:00
parent 9860c3b760
commit 73d24364fb
+3 -3
View File
@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "netbox2netshot";
version = "0.1.12";
version = "0.1.13";
src = fetchFromGitHub {
owner = "scaleway";
repo = "netbox2netshot";
rev = version;
hash = "sha256-PT/eQBe0CX1l6tcC5QBiXKGWgIQ8s4h6IApeWyb8ysc=";
hash = "sha256-zi/on31uYSW3XhIZzKMkxIj0QZxUzoOcpRR8w5LFH90=";
};
cargoHash = "sha256-/T+6cjWG8u/Mr8gtBOXbEEZOO0pDykEpNIVTgooAmuw=";
cargoHash = "sha256-qMIGCE3YsV+ZihqBpayrxddsSkmFPldgYNHnAK5semA=";
nativeBuildInputs = [
pkg-config