gef: 2023.06 -> 2023.08

This commit is contained in:
R. Ryantm 2023-09-08 03:36:58 +00:00
parent e6aa338820
commit 497e897975

View file

@ -21,13 +21,13 @@ let
in stdenv.mkDerivation rec {
pname = "gef";
version = "2023.06";
version = "2023.08";
src = fetchFromGitHub {
owner = "hugsy";
repo = "gef";
rev = version;
sha256 = "sha256-QfVtDGhnyvRWQhxRnDyQFiHD7DByTGC3fUKadTB2w/U=";
sha256 = "sha256-MqpII3jhSc6aP/WQDktom2wxAvCkxCwfs1AFWij5J7A=";
};
dontBuild = true;