hamlib_4: 4.7.1 -> 4.7.2

(cherry picked from commit 370f7e5169)
This commit is contained in:
R. Ryantm
2026-07-15 14:23:28 +00:00
committed by Fritz Stracke
parent 5c094880bc
commit efdce6eb98

View File

@@ -24,13 +24,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "hamlib";
version = "4.7.1";
version = "4.7.2";
src = fetchFromGitHub {
owner = "Hamlib";
repo = "Hamlib";
tag = finalAttrs.version;
hash = "sha256-nI8gDACxlci2Q9V2W4D1DYDUL74JwlCs+qyyNkXOPu4=";
hash = "sha256-t1GgCYH+AJE5UZKQu+9uqx7fJDv4zuT0OzWxicZFfdQ=";
};
strictDeps = true;