Unverified Commit 47594611 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

keypunch: 5.1 -> 6.3 (#397731)

parents d1034e4a 3c0d3409
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -19,18 +19,18 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "keypunch";
  version = "5.1";
  version = "6.3";

  src = fetchFromGitHub {
    owner = "bragefuglseth";
    repo = "keypunch";
    tag = "v${finalAttrs.version}";
    hash = "sha256-C0WD8vBPlKvCJHVJHSfEbMIxNARoRrCn7PNebJ0rkoI=";
    hash = "sha256-NjPC7WbzOk0tDjM8la+TKGy+U2NNT2kwcrSkaG7TylQ=";
  };

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

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