Skip to content

Commit

Permalink
keypunch: 5.0 -> 5.1 (#369797)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Jan 1, 2025
1 parent 9547942 commit 9b79905
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = "5.0";
version = "5.1";

src = fetchFromGitHub {
owner = "bragefuglseth";
repo = "keypunch";
tag = "v${finalAttrs.version}";
hash = "sha256-oP/rbtX72Ng4GVsXl5s8eESrUlJiJ/n05KArZHVo00c=";
hash = "sha256-C0WD8vBPlKvCJHVJHSfEbMIxNARoRrCn7PNebJ0rkoI=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) pname version src;
hash = "sha256-Uz9YbD4k3o3WOXCoIW41eUdi+HIfZLZJNszr9y3qezI=";
hash = "sha256-RufJy5mHuirAO056p5/w63jw5h00E41t+H4VQP3kPks=";
};

strictDeps = true;
Expand Down

0 comments on commit 9b79905

Please sign in to comment.