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

urh: 2.8.1 -> 2.8.2
This commit is contained in:
Ryan Mulligan 2020-01-17 06:31:51 -08:00 committed by GitHub
commit e40e48d29a
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.1";
version = "2.8.2";
src = fetchFromGitHub {
owner = "jopohl";
repo = pname;
rev = "v${version}";
sha256 = "0vwc1jw1fjirdpavrnvc95bql8023ayrz9srbwn0p6n0ia038948";
sha256 = "0cypm602zl3s4qggmafj4c246h65qgzsj3bsimvc5zz7jspk6m77";
};
nativeBuildInputs = [ qt5.wrapQtAppsHook ];