Skip to content

Commit

Permalink
pik: 0.13.0 -> 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2025
1 parent e9b1bb0 commit 5ae01a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pi/pik/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

rustPlatform.buildRustPackage rec {
pname = "pik";
version = "0.13.0";
version = "0.14.0";

src = fetchFromGitHub {
owner = "jacek-kurlit";
repo = "pik";
rev = version;
hash = "sha256-u9zgwjzEfUwPqZDipke+MB2kbNR/PEkGKCdtEYBYQeE=";
hash = "sha256-6nIJ2uayWTwcrGJd7nJQFZ84+QE3R6k/2y9mxdILCEU=";
};

cargoHash = "sha256-Slxk6netGiw3vNGoJMf9i1tO0z/njgpxX7s7S1ydFsw=";
cargoHash = "sha256-geOAhnAg1JefM06rG4nc5aUY7It7c7U5aELpFiFOW4w=";

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

Expand Down

0 comments on commit 5ae01a6

Please sign in to comment.