urh: 2.9.1 -> 2.9.2

This commit is contained in:
R. RyanTM 2021-08-15 00:56:58 +00:00
parent 74593328f7
commit e3701354ff

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 ];