Merge pull request #213670 from r-ryantm/auto-update/urh

urh: 2.9.3 -> 2.9.4
This commit is contained in:
Weijia Wang 2023-01-31 11:10:20 +01:00 committed by GitHub
commit e784508655
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
python3Packages.buildPythonApplication rec {
pname = "urh";
version = "2.9.3";
version = "2.9.4";
src = fetchFromGitHub {
owner = "jopohl";
repo = pname;
rev = "v${version}";
sha256 = "sha256-TrvyPcpSMACrbKPVOjxHsVsC28LmruiVO/CyCPh0KZ8=";
rev = "refs/tags/v${version}";
sha256 = "sha256-Hi0VqBtGeaXMsibxbHk+2FN8mzfpmkuDr37JRW4Fp+s=";
};
nativeBuildInputs = [ qt5.wrapQtAppsHook ];