Skip to content

Commit 9e9552b

Browse files
authored
pantheon.elementary-terminal: 7.1.2 -> 7.2.0 (#462234)
2 parents 031f525 + 7b5cb65 commit 9e9552b

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

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

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

2626
src = fetchFromGitHub {
2727
owner = "elementary";
2828
repo = "terminal";
29-
rev = version;
30-
sha256 = "sha256-aMVZSPCh3aQ9VvPyHGKX4p/XG3KhnJpdiFWD0dIjByw=";
29+
tag = version;
30+
hash = "sha256-fYOX48zGJY/1iIcL0SaHLyt/c6tr9qTeH1i5hTsZvvE=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)