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

stdenv.mkDerivation rec {
  pname = "gedit";
  version = "48.2";
  version = "49.0";

  outputs = [
    "out"
@@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
    repo = "gedit";
    tag = version;
    fetchSubmodules = true;
    hash = "sha256-M8ZyjY4wSogEjhEx9sOKfuGkbiypDmZoU0H4ja+TgaY=";
    hash = "sha256-IW3zBQOq/eeIjJbgJooHlOd+6/ZHOG6DUspHUlopG8A=";
  };

  patches = [