Unverified Commit 0d9d1108 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #253946 from r-ryantm/auto-update/gef

gef: 2023.06 -> 2023.08
parents c8ff2fb0 497e8979
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;