Skip to content

Commit

Permalink
Merge: cntr: 1.5.3 -> 1.5.4 (NixOS#352517)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 authored Nov 1, 2024
2 parents 1ec6fb3 + 75b3fc6 commit 6be9342
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/virtualization/cntr/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "cntr";
version = "1.5.3";
version = "1.5.4";

src = fetchFromGitHub {
owner = "Mic92";
repo = "cntr";
rev = version;
sha256 = "sha256-spa4qPEhpNSZIk16jeH9YEr4g9JcVmpetHz72A/ZAPY=";
sha256 = "sha256-ErGratd1RCynE+iS+qn9feJi5o9f94lUNJZfy4XAjkc=";
};

cargoHash = "sha256-YN8EtUXKtT8Xc0RnW7QqL+awyWy5xFKWhYMxgYG28I4=";
cargoHash = "sha256-4EDAQ0MG0BTN0L3W4Jm0IdVY8vj5U3faO+ruUjLMBMY=";

passthru.tests = nixosTests.cntr;

Expand Down

0 comments on commit 6be9342

Please sign in to comment.