Skip to content

Commit 4db54da

Browse files
pik: 0.13.0 -> 0.14.0 (NixOS#372839)
Co-authored-by: bew <[email protected]>
2 parents a0e7edf + 5ae01a6 commit 4db54da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pi/pik/package.nix

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

99
rustPlatform.buildRustPackage rec {
1010
pname = "pik";
11-
version = "0.13.0";
11+
version = "0.14.0";
1212

1313
src = fetchFromGitHub {
1414
owner = "jacek-kurlit";
1515
repo = "pik";
1616
rev = version;
17-
hash = "sha256-u9zgwjzEfUwPqZDipke+MB2kbNR/PEkGKCdtEYBYQeE=";
17+
hash = "sha256-6nIJ2uayWTwcrGJd7nJQFZ84+QE3R6k/2y9mxdILCEU=";
1818
};
1919

20-
cargoHash = "sha256-Slxk6netGiw3vNGoJMf9i1tO0z/njgpxX7s7S1ydFsw=";
20+
cargoHash = "sha256-geOAhnAg1JefM06rG4nc5aUY7It7c7U5aELpFiFOW4w=";
2121

2222
passthru.tests.version = testers.testVersion { package = pik; };
2323

0 commit comments

Comments
 (0)