pik: 0.28.1 -> 0.29.0

This commit is contained in:
R. Ryantm
2026-02-18 02:08:33 +00:00
parent 24c32abce2
commit 89d39b6746
+3 -3
View File
@@ -8,16 +8,16 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "pik";
version = "0.28.1";
version = "0.29.0";
src = fetchFromGitHub {
owner = "jacek-kurlit";
repo = "pik";
rev = finalAttrs.version;
hash = "sha256-pDfqqQcYrK78OylwOiKc/Orul03MjdZxEHhpr8obm84=";
hash = "sha256-SXSMYvpFLT4sYb1UxC4SoOXL5J2V0/hSL5p2Wa/Ba00=";
};
cargoHash = "sha256-/2E5VZt2/xWtPy4Zpo8lVn4sXR4Gq6+NJkKpNM7hOVg=";
cargoHash = "sha256-+7sUlqi3cv3GksVMMCgrcbGgkCIQZCWEco5LpXo7p2w=";
passthru.tests.version = testers.testVersion { package = pik; };