Unverified Commit 7e2159d8 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

morse-linux: 2.6 -> 2.7 (#500872)

parents 933382ab ab0f30db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "morse";
  version = "2.6";
  version = "2.7";

  src = fetchFromGitLab {
    owner = "esr";
    repo = "morse-classic";
    tag = finalAttrs.version;
    hash = "sha256-wk/Jcp2YWUlecV3OMELD6IWrlj3IC8kh0U4geMxG4fw=";
    hash = "sha256-KIFvOPPIpjRsXQDgaQuAFmYDcCwp9rOm9yxTFPOtf3E=";
  };

  buildInputs = [