1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 12:11:28 +00:00

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

nanovna-saver: 0.5.1 -> 0.5.2
This commit is contained in:
Christian Kögler 2022-09-13 07:36:24 +02:00 committed by GitHub
commit 891a1fc9bd
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.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "NanoVNA-Saver";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-2/A9uFYa682cvK2uzvBLZBDouhS6C6Q91v8Pun7GgSw=";
sha256 = "sha256-PP4VHEp6NSSLsuYABr0/S3+YuhpAyvh/xGnQGyszCtM=";
};
nativeBuildInputs = [ wrapQtAppsHook ];