Skip to content

Commit

Permalink
keypunch: 4.0 -> 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getchoo committed Dec 26, 2024
1 parent f1f275a commit 0bc5b5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/by-name/ke/keypunch/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@

stdenv.mkDerivation (finalAttrs: {
pname = "keypunch";
version = "4.0";
version = "5.0";

src = fetchFromGitHub {
owner = "bragefuglseth";
repo = "keypunch";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-Xd4fzreComOUnoJ6l2ncMWn6DlUeRCM+YwApilhFd/8=";
tag = "v${finalAttrs.version}";
hash = "sha256-oP/rbtX72Ng4GVsXl5s8eESrUlJiJ/n05KArZHVo00c=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) pname version src;
hash = "sha256-agFOxSZBi8f0zEPd+ha5c3IAbSH2jHfUx2iNeHFs9jI=";
hash = "sha256-Uz9YbD4k3o3WOXCoIW41eUdi+HIfZLZJNszr9y3qezI=";
};

strictDeps = true;
Expand Down

0 comments on commit 0bc5b5d

Please sign in to comment.