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

stdenv.mkDerivation (finalAttrs: {
  pname = "enter-tex";
  version = "3.48.0";
  version = "3.49.0";

  src = fetchFromGitLab {
    domain = "gitlab.gnome.org";
@@ -34,7 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "gedit";
    repo = "enter-tex";
    tag = finalAttrs.version;
    hash = "sha256-OnkP4E1kNWuE9k7SQ/ujnxnFgVyAqIhqHAw04ZA0Tno=";
    hash = "sha256-CRxWN4eeB9uDdLtRh3aXHoN+gSlXSPDftGHcPtjgAzU=";
  };

  nativeBuildInputs = [