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

urh: 2.9.0 -> 2.9.1
This commit is contained in:
Sandro 2020-12-31 02:17:19 +01:00 committed by GitHub
commit 285b260f60
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.0";
version = "2.9.1";
src = fetchFromGitHub {
owner = "jopohl";
repo = pname;
rev = "v${version}";
sha256 = "1pcyj1vzv51j8rgi0hh9chw3vfkfi03bg1rg7gs4nk95ffmwx4pd";
sha256 = "0s8zlq2bx6hp8c522rkxj9kbkf3a0qj6iyg7q9dcxmcl3q2sanq9";
};
nativeBuildInputs = [ qt5.wrapQtAppsHook ];