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.
2 parents a0e7edf + 5ae01a6 commit 4db54daCopy full SHA for 4db54da
pkgs/by-name/pi/pik/package.nix
@@ -8,16 +8,16 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "pik";
11
- version = "0.13.0";
+ version = "0.14.0";
12
13
src = fetchFromGitHub {
14
owner = "jacek-kurlit";
15
repo = "pik";
16
rev = version;
17
- hash = "sha256-u9zgwjzEfUwPqZDipke+MB2kbNR/PEkGKCdtEYBYQeE=";
+ hash = "sha256-6nIJ2uayWTwcrGJd7nJQFZ84+QE3R6k/2y9mxdILCEU=";
18
};
19
20
- cargoHash = "sha256-Slxk6netGiw3vNGoJMf9i1tO0z/njgpxX7s7S1ydFsw=";
+ cargoHash = "sha256-geOAhnAg1JefM06rG4nc5aUY7It7c7U5aELpFiFOW4w=";
21
22
passthru.tests.version = testers.testVersion { package = pik; };
23
0 commit comments