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

flamp: 2.2.11 -> 2.2.12
This commit is contained in:
Weijia Wang 2024-05-04 23:42:23 +02:00 committed by GitHub
commit 0002b1eddf
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.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 = [