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

flamp: 2.2.10 -> 2.2.11
This commit is contained in:
Weijia Wang 2024-01-20 05:54:23 +01:00 committed by GitHub
commit 5f435a413f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,12 +10,12 @@
stdenv.mkDerivation (finalAttrs: {
pname = "flamp";
version = "2.2.10";
version = "2.2.11";
src = fetchgit {
url = "https://git.code.sf.net/p/fldigi/flamp";
rev = "v${finalAttrs.version}";
hash = "sha256-c0Q9QD3O8eQxRqaBhr79iuNVtWGC8kl+YWYS4xMgDN4=";
hash = "sha256-QYfTkciSbBLy49rF6xABMw8TXZ/0QyQ/yhJ2nuM7f/c=";
};
nativeBuildInputs = [