Skip to content

Commit

Permalink
pantheon.elementary-terminal: 5.3.3 -> 5.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Mar 29, 2019
1 parent d1f971e commit 5819ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/pantheon/apps/elementary-terminal/default.nix
Expand Up @@ -4,15 +4,15 @@

stdenv.mkDerivation rec {
pname = "terminal";
version = "5.3.3";
version = "5.3.4";

name = "elementary-${pname}-${version}";

src = fetchFromGitHub {
owner = "elementary";
repo = pname;
rev = version;
sha256 = "1rhqfq5dn913g551ribycid4k8add2lanxkkqpv6zzdgvah26ni8";
sha256 = "08vwgd385j7cbi7c8442sjygzw9qy2phsi5lva4jaxwm8l15hk86";
};

passthru = {
Expand Down

0 comments on commit 5819ea1

Please sign in to comment.