Skip to content

Commit 4759461

Browse files
authored
keypunch: 5.1 -> 6.3 (#397731)
2 parents d1034e4 + 3c0d340 commit 4759461

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkgs/by-name/ke/keypunch/package.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919

2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "keypunch";
22-
version = "5.1";
22+
version = "6.3";
2323

2424
src = fetchFromGitHub {
2525
owner = "bragefuglseth";
2626
repo = "keypunch";
2727
tag = "v${finalAttrs.version}";
28-
hash = "sha256-C0WD8vBPlKvCJHVJHSfEbMIxNARoRrCn7PNebJ0rkoI=";
28+
hash = "sha256-NjPC7WbzOk0tDjM8la+TKGy+U2NNT2kwcrSkaG7TylQ=";
2929
};
3030

3131
cargoDeps = rustPlatform.fetchCargoVendor {
3232
inherit (finalAttrs) pname version src;
33-
hash = "sha256-SQ1BI9BuUfUvafsBnC1P5YQ8qVAaer6ywuRQkfS/V1w=";
33+
hash = "sha256-gQg6CCb5OzK2fLWMtkRTv1hK642IezRN+5qLMGVV6s8=";
3434
};
3535

3636
strictDeps = true;
@@ -61,6 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
6161
meta = {
6262
description = "Practice your typing skills";
6363
homepage = "https://github.com/bragefuglseth/keypunch";
64+
changelog = "https://github.com/bragefuglseth/keypunch/releases/tag/v${finalAttrs.version}";
6465
license = lib.licenses.gpl3Plus;
6566
mainProgram = "keypunch";
6667
maintainers = with lib.maintainers; [

0 commit comments

Comments
 (0)