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

flamp: 2.2.07 -> 2.2.09
This commit is contained in:
Weijia Wang 2023-10-17 23:44:11 +02:00 committed by GitHub
commit 7e07c18d49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,12 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "flamp"; pname = "flamp";
version = "2.2.07"; version = "2.2.09";
src = fetchgit { src = fetchgit {
url = "https://git.code.sf.net/p/fldigi/flamp"; url = "https://git.code.sf.net/p/fldigi/flamp";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-BnKL1iwaw1iJC5qcGCvdMr461n0BSYxk61dbAnhpz2c="; hash = "sha256-ev+Ik/e1zQGTH4FeiCDPHbrcXlctencEo4R0+M2Kg+g=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [