flamp: 2.2.10 -> 2.2.11

This commit is contained in:
R. Ryantm 2024-01-11 04:21:07 +00:00
parent b01852a162
commit e7f07ce6e5

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 = [