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

urh: 2.8.9 -> 2.9.0
This commit is contained in:
Sandro 2020-11-25 12:59:13 +01:00 committed by GitHub
commit 15a07be250
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.9";
version = "2.9.0";
src = fetchFromGitHub {
owner = "jopohl";
repo = pname;
rev = "v${version}";
sha256 = "0axzqyljbmpc4c9bnqmdrrz5la5r9qynp49fig645xyxs87vq6b0";
sha256 = "1pcyj1vzv51j8rgi0hh9chw3vfkfi03bg1rg7gs4nk95ffmwx4pd";
};
nativeBuildInputs = [ qt5.wrapQtAppsHook ];