Unverified Commit 0ed2a147 authored by Bobby Rong's avatar Bobby Rong
Browse files
parent f6bfb8ff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

stdenv.mkDerivation rec {
  pname = "libgedit-tepl";
  version = "6.13.0";
  version = "6.14.0";

  outputs = [
    "out"
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
    owner = "gedit";
    repo = "libgedit-tepl";
    tag = version;
    hash = "sha256-YWONsw5+gq5Uew6xB76pKsGTJmI83zAssO5WX6aP7ZM=";
    hash = "sha256-KtmExJCEfa4c6alrtWOLNSKZUs65tZ7p9zcT9f8ZC+k=";
  };

  strictDeps = true;