pantheon.elementary-terminal: 6.3.1 -> 7.0.0

https://github.com/elementary/terminal/compare/6.3.1...7.0.0
This commit is contained in:
Bobby Rong
2025-02-14 21:09:17 +08:00
parent cb6001d3de
commit 6f7cbedccd
@@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "elementary-terminal";
version = "6.3.1";
version = "7.0.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "terminal";
rev = version;
sha256 = "sha256-W06J+QqouoZBWGm/w5aBuL009IO4odmSKHoeJkXnVpA=";
sha256 = "sha256-2Z56U6nbqwlbrSMzTYv7cSI7LT7pvDhW0w4f3wxv6ZA=";
};
nativeBuildInputs = [