gef: 2022.01 -> 2022.06

This commit is contained in:
R. Ryantm 2022-07-08 12:00:12 +00:00
parent f08a2153bf
commit cb52964d77

View file

@ -21,13 +21,13 @@ let
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "gef"; pname = "gef";
version = "2022.01"; version = "2022.06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "hugsy"; owner = "hugsy";
repo = "gef"; repo = "gef";
rev = version; rev = version;
sha256 = "sha256-Ot0OYMbXFGCzJdmDHD+LoZRDShCbYJ+IGzLTcU2Rfd4="; sha256 = "sha256-XMm4K5X3F5DDtI/usHxNZwqzYpjck8sVaZIYKGuE6Qc=";
}; };
dontBuild = true; dontBuild = true;