Skip to content

Commit

Permalink
netbox2netshot: 0.1.13 -> 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 30, 2025
1 parent bb2b0c5 commit f55c907
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ne/netbox2netshot/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@

rustPlatform.buildRustPackage rec {
pname = "netbox2netshot";
version = "0.1.13";
version = "0.2.0";

src = fetchFromGitHub {
owner = "scaleway";
repo = "netbox2netshot";
rev = version;
hash = "sha256-zi/on31uYSW3XhIZzKMkxIj0QZxUzoOcpRR8w5LFH90=";
hash = "sha256-4Leg7MaLSos2RjmxB6yVzxGju6OzNrChXdw5htppuZU=";
};

cargoHash = "sha256-qMIGCE3YsV+ZihqBpayrxddsSkmFPldgYNHnAK5semA=";
cargoHash = "sha256-p7QvXm8FLN/HcOYnzF5Ey4h/PWuwPS7R1GUa1qFieUk=";

nativeBuildInputs = [
pkg-config
Expand Down

0 comments on commit f55c907

Please sign in to comment.