Unverified Commit 0002b1ed authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #307694 from r-ryantm/auto-update/flamp

flamp: 2.2.11 -> 2.2.12
parents 87f2245a d5669228
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

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

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

  nativeBuildInputs = [