Skip to content

Commit

Permalink
flamp: 2.2.10 -> 2.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 11, 2024
1 parent b01852a commit e7f07ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/radio/flamp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit e7f07ce

Please sign in to comment.