mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
hamlib_4: 4.6 -> 4.6.2
This commit is contained in:
parent
0eda95cc82
commit
de317d98ea
1 changed files with 2 additions and 2 deletions
|
@ -23,11 +23,11 @@ let
|
|||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "hamlib";
|
||||
version = "4.6";
|
||||
version = "4.6.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/hamlib/hamlib-${version}.tar.gz";
|
||||
hash = "sha256-b4c1ebxODvTlQDE+wqzU8Zi1UQ192Tl6SuaP6P8g0Wc=";
|
||||
hash = "sha256-sqxz9E3RFh6V/e5slSdhRHV2R7+S1/2zae4v5B7Ueug=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue