We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798f303 commit bc8cf25Copy full SHA for bc8cf25
pkgs/by-name/cn/cntr/package.nix
@@ -7,16 +7,16 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "cntr";
10
- version = "1.6.0";
+ version = "1.6.1";
11
12
src = fetchFromGitHub {
13
owner = "Mic92";
14
repo = "cntr";
15
rev = version;
16
- sha256 = "sha256-A622DfygwZ8HVgSxmPINkuCsYFKQBAUdsnXQmB/LS8w=";
+ sha256 = "sha256-2tqPxbi8sKoEPq0/zQFsOrStEmQGlU8s81ohTfKeOmE=";
17
};
18
19
- cargoHash = "sha256-LRX7NuNLyEnw+2kj1MG4JvSL2jzVFxH6tMAx4+cCeow=";
+ cargoHash = "sha256-CPF3WO8y9AL8VvsnUbnXiPgHu103lBugnPN2+fxRl2k=";
20
21
passthru.tests = nixosTests.cntr;
22
0 commit comments