Unverified Commit 6adfa79f authored by Bobby Rong's avatar Bobby Rong
Browse files
parent 3d078e0c
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libgedit-gfls";
  version = "0.3.1";
  version = "0.4.0";

  outputs = [
    "out"
@@ -30,7 +30,8 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "gedit";
    repo = "libgedit-gfls";
    tag = finalAttrs.version;
    hash = "sha256-HBXOphDvFwXea0mlfPqPtaXgNpAZyHYwuHBn5f7hPso=";
    forceFetchGit = true; # To avoid occasional 501 failures.
    hash = "sha256-VzQ58XD5Yfy+gv77yTVoYHhooz2pfAV0huJI023s8ew=";
  };

  nativeBuildInputs = [