containerlab: 0.64.0 -> 0.65.1 (#385191)

Co-authored-by: aaronjheng <aaronjheng@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-02-26 13:30:13 +00:00
committed by GitHub
co-authored by aaronjheng
+3 -3
View File
@@ -7,16 +7,16 @@
buildGoModule rec {
pname = "containerlab";
version = "0.64.0";
version = "0.65.1";
src = fetchFromGitHub {
owner = "srl-labs";
repo = "containerlab";
rev = "v${version}";
hash = "sha256-ijqylVQKt7N3rc+HVc34XfU3LMXAtn+mhVWIzZZIikw=";
hash = "sha256-ivygQomXIgRpCBa3YZYKfk6Twml+TJOae7YGsTDqf+8=";
};
vendorHash = "sha256-9p4J9qkIQCubn3W4b3qNHfq1M2kMiqG0eGFaBxGdrAk=";
vendorHash = "sha256-Y7ckQeC94zqNmSu9Y5Cd/kM3aoRdjsmBK2uMZzoJNh4=";
nativeBuildInputs = [ installShellFiles ];