Skip to content

Commit 970c265

Browse files
authored
cntr: 1.6.0 -> 1.6.1 (#377129)
2 parents 1795c24 + bc8cf25 commit 970c265

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/cn/cntr/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "cntr";
10-
version = "1.6.0";
10+
version = "1.6.1";
1111

1212
src = fetchFromGitHub {
1313
owner = "Mic92";
1414
repo = "cntr";
1515
rev = version;
16-
sha256 = "sha256-A622DfygwZ8HVgSxmPINkuCsYFKQBAUdsnXQmB/LS8w=";
16+
sha256 = "sha256-2tqPxbi8sKoEPq0/zQFsOrStEmQGlU8s81ohTfKeOmE=";
1717
};
1818

19-
cargoHash = "sha256-LRX7NuNLyEnw+2kj1MG4JvSL2jzVFxH6tMAx4+cCeow=";
19+
cargoHash = "sha256-CPF3WO8y9AL8VvsnUbnXiPgHu103lBugnPN2+fxRl2k=";
2020

2121
passthru.tests = nixosTests.cntr;
2222

0 commit comments

Comments
 (0)