pik: 0.9.0 -> 0.10.0 (#354901)

This commit is contained in:
Nick Cao 2024-11-10 08:35:10 -05:00 committed by GitHub
commit 9dcf68f728
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "pik"; pname = "pik";
version = "0.9.0"; version = "0.10.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jacek-kurlit"; owner = "jacek-kurlit";
repo = "pik"; repo = "pik";
rev = version; rev = version;
hash = "sha256-YAnMSVQu/E+OyhHX3vugfBocyi++aGwG9vF6zL8T2RU="; hash = "sha256-q1nNQC9qGa7nUNIaDdqW3wIrfzH7JKS/yZAe9KNmX3k=";
}; };
cargoHash = "sha256-a7mqtxZMJl8zR8oCfuGNAiT5MEAmNpbDLSgi8A6FfPA="; cargoHash = "sha256-gqzt3cFOS4uzIstIvmPS0n18aFUt0YnoTRz7EVTV7sA=";
passthru.tests.version = testers.testVersion { package = pik; }; passthru.tests.version = testers.testVersion { package = pik; };