mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
pik: 0.22.0 -> 0.23.1
This commit is contained in:
parent
3108eaa516
commit
ea386eec2c
1 changed files with 3 additions and 3 deletions
|
@ -8,17 +8,17 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "pik";
|
pname = "pik";
|
||||||
version = "0.22.0";
|
version = "0.23.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jacek-kurlit";
|
owner = "jacek-kurlit";
|
||||||
repo = "pik";
|
repo = "pik";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-uehrEHTjzgJxzkBPJRZ75rOLcjjBnC80kcMsZdnksoo=";
|
hash = "sha256-ol2jILlSmCVLieNzyo4UnzeIn+Xy2Sh03ZyfG2oABcM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-K+3VjGwD12ANZHvU/KCVCFJwODXyp27/e6E6AB0mxTo=";
|
cargoHash = "sha256-t9iGHmwB533Jk5sJ6XmOg2OVaD+PgsKaQQ66QjQxdNY=";
|
||||||
|
|
||||||
passthru.tests.version = testers.testVersion { package = pik; };
|
passthru.tests.version = testers.testVersion { package = pik; };
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue