Unverified Commit b757bb56 authored by ajs124's avatar ajs124 Committed by GitHub
Browse files

texstudio: 4.8.7 -> 4.8.8 (#424392)

parents 71106394 00809d1c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "texstudio";
  version = "4.8.7";
  version = "4.8.8";

  src = fetchFromGitHub {
    owner = "texstudio-org";
    repo = "texstudio";
    rev = finalAttrs.version;
    hash = "sha256-/0f8SIzF5OnVYfxS6Cb7VbN+IMc4VzCxfA7p93iQJ/w=";
    hash = "sha256-e3kQnWjOe5dkFslDZ+pUgsMB0twDZEcQXYUaPtd+jHA=";
  };

  nativeBuildInputs = [