lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

engauge-digitizer: 12.1 -> 12.2.2

+2 -2
+2 -2
pkgs/applications/science/math/engauge-digitizer/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "engauge-digitizer"; 7 - version = "12.1"; 7 + version = "12.2.2"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "markummitchell"; 11 11 repo = pname; 12 12 rev = "v${version}"; 13 - sha256 = "12gflxqaa4w6vifwpaqwl0l3f9qq5pbrh45s1rpc584nmr0897a7"; 13 + sha256 = "sha256-Wj9o3wWbtHsEi6LFH4xDpwVR9BwcWc472jJ/QFDQZvY="; 14 14 }; 15 15 16 16 nativeBuildInputs = [ qmake wrapQtAppsHook ];