Skip to content

Commit 6f7cbed

Browse files
committed
pantheon.elementary-terminal: 6.3.1 -> 7.0.0
elementary/terminal@6.3.1...7.0.0
1 parent cb6001d commit 6f7cbed

File tree

1 file changed

+2
-2
lines changed
  • pkgs/desktops/pantheon/apps/elementary-terminal

1 file changed

+2
-2
lines changed

pkgs/desktops/pantheon/apps/elementary-terminal/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121

2222
stdenv.mkDerivation rec {
2323
pname = "elementary-terminal";
24-
version = "6.3.1";
24+
version = "7.0.0";
2525

2626
src = fetchFromGitHub {
2727
owner = "elementary";
2828
repo = "terminal";
2929
rev = version;
30-
sha256 = "sha256-W06J+QqouoZBWGm/w5aBuL009IO4odmSKHoeJkXnVpA=";
30+
sha256 = "sha256-2Z56U6nbqwlbrSMzTYv7cSI7LT7pvDhW0w4f3wxv6ZA=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)