engauge-digitizer: 12.1 -> 12.2.2

This commit is contained in:
R. RyanTM 2021-07-12 14:06:35 +00:00
parent eaff114326
commit d342554ec5

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "engauge-digitizer"; pname = "engauge-digitizer";
version = "12.1"; version = "12.2.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "markummitchell"; owner = "markummitchell";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "12gflxqaa4w6vifwpaqwl0l3f9qq5pbrh45s1rpc584nmr0897a7"; sha256 = "sha256-Wj9o3wWbtHsEi6LFH4xDpwVR9BwcWc472jJ/QFDQZvY=";
}; };
nativeBuildInputs = [ qmake wrapQtAppsHook ]; nativeBuildInputs = [ qmake wrapQtAppsHook ];