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

urh: 2.8.0 -> 2.8.1
This commit is contained in:
markuskowa 2019-11-30 12:31:07 +01:00 committed by GitHub
commit 4e76dff4b4
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.8.0";
version = "2.8.1";
src = fetchFromGitHub {
owner = "jopohl";
repo = pname;
rev = "v${version}";
sha256 = "1c87lff9bqhf574420ycqz88x6ad5hmy36wrb8pi0dqd1s1d72qb";
sha256 = "0vwc1jw1fjirdpavrnvc95bql8023ayrz9srbwn0p6n0ia038948";
};
nativeBuildInputs = [ qt5.wrapQtAppsHook ];