Commit 2fdcc013 authored by R. RyanTM's avatar R. RyanTM
Browse files

flamp: 2.2.12 -> 2.2.14

parent 73bd4028
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "flamp";
  version = "2.2.12";
  version = "2.2.14";

  src = fetchgit {
    url = "https://git.code.sf.net/p/fldigi/flamp";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Rw75mz3gPQDBl1iECHZAMBxY8iDr/hqSJscJhdboaRw=";
    hash = "sha256-y8x/0rLJSHL1B61ODtjmf2S6W7ChZasBfFE9lc66FSI=";
  };

  nativeBuildInputs = [