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

This commit is contained in:
Sandro 2021-08-15 12:11:37 +02:00 committed by GitHub
commit 6592658fe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "urh";
version = "2.9.1";
version = "2.9.2";
src = fetchFromGitHub {
owner = "jopohl";
repo = pname;
rev = "v${version}";
sha256 = "0s8zlq2bx6hp8c522rkxj9kbkf3a0qj6iyg7q9dcxmcl3q2sanq9";
sha256 = "0ibcr2ypnyl2aq324sbmmr18ksxszg81yrhybawx46ba9vym6j99";
};
nativeBuildInputs = [ qt5.wrapQtAppsHook ];