Unverified Commit 57f032b8 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

mate-terminal: 1.28.2 -> 1.28.3 (#501819)

parents 2a9dde03 1ad66317
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "mate-terminal";
  version = "1.28.2";
  version = "1.28.3";

  src = fetchFromGitHub {
    owner = "mate-desktop";
    repo = "mate-terminal";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-tyYHMn+qwytpSNUZg4xfwnuVClxj2IcyB4C4Dsn+1Nc=";
    hash = "sha256-fgmYqcv+36QjOFVB7gdBrUi6eZhWFLsJa3Pm27Idx8E=";
  };

  strictDeps = true;