urh: 1.7.1 -> 1.9.2

Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/lmai5nljfdfka498cvh0b265qi22x8r8-urh-1.9.2/bin/.urh-wrapped --version` and found version 1.9.2
- ran `/nix/store/lmai5nljfdfka498cvh0b265qi22x8r8-urh-1.9.2/bin/urh --version` and found version 1.9.2
- found 1.9.2 with grep in /nix/store/lmai5nljfdfka498cvh0b265qi22x8r8-urh-1.9.2

cc "@fpletz"

authored by Ryan Mulligan and committed by Frederik Rietdijk a04786c3 ba979433

+2 -2
+2 -2
pkgs/applications/misc/urh/default.nix
··· 2 3 python3Packages.buildPythonApplication rec { 4 name = "urh-${version}"; 5 - version = "1.7.1"; 6 7 src = fetchFromGitHub { 8 owner = "jopohl"; 9 repo = "urh"; 10 rev = "v${version}"; 11 - sha256 = "00l1zs3qw89z1hlylprzrpf6nf7h22h0nw43h97gv775vaqqgczv"; 12 }; 13 14 buildInputs = [ hackrf rtl-sdr ];
··· 2 3 python3Packages.buildPythonApplication rec { 4 name = "urh-${version}"; 5 + version = "1.9.2"; 6 7 src = fetchFromGitHub { 8 owner = "jopohl"; 9 repo = "urh"; 10 rev = "v${version}"; 11 + sha256 = "02jq2jas6gm08z4l09azi6dcsydaaaqbxfv4mb7pnrc1w8m593zr"; 12 }; 13 14 buildInputs = [ hackrf rtl-sdr ];