Merge pull request #190317 from r-ryantm/auto-update/nanovna-saver

nanovna-saver: 0.4.0 -> 0.5.1
This commit is contained in:
Christian Kögler 2022-09-10 15:58:21 +02:00 committed by GitHub
commit a25f0b9bbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
}:
python3.pkgs.buildPythonApplication rec {
pname = "nanovna-saver";
version = "0.4.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "NanoVNA-Saver";
repo = pname;
rev = "v${version}";
sha256 = "1n1bh46spdyk7kgvv95hyfy9f904czhzlvk41vliqkak56hj2ss1";
rev = "refs/tags/v${version}";
sha256 = "sha256-2/A9uFYa682cvK2uzvBLZBDouhS6C6Q91v8Pun7GgSw=";
};
nativeBuildInputs = [ wrapQtAppsHook ];