File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1919
2020stdenv . 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 ; [
You can’t perform that action at this time.
0 commit comments