summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/cool-retro-term
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-29 11:39:01 -0800
committerTimo Kaufmann <timokau@zoho.com>2018-12-29 20:39:01 +0100
commit4126c8858beeb0a2ef69c6e134b0ad3f7c3d574d (patch)
tree482792f8da846a46fa72bf9cf76891d254bc0b71 /pkgs/applications/misc/cool-retro-term
parent277dbbec301f045bbad7912a9a8cc12975b139e5 (diff)
cool-retro-term: 1.0.1 -> 1.1.0 (#52907)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/cool-retro-term/versions
Diffstat (limited to 'pkgs/applications/misc/cool-retro-term')
-rw-r--r--pkgs/applications/misc/cool-retro-term/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/cool-retro-term/default.nix b/pkgs/applications/misc/cool-retro-term/default.nix
index 1c2045f4141e..766161e521c2 100644
--- a/pkgs/applications/misc/cool-retro-term/default.nix
+++ b/pkgs/applications/misc/cool-retro-term/default.nix
@@ -2,14 +2,14 @@
, qtquickcontrols, qtgraphicaleffects, qmake }:
stdenv.mkDerivation rec {
- version = "1.0.1";
+ version = "1.1.0";
name = "cool-retro-term-${version}";
src = fetchFromGitHub {
owner = "Swordfish90";
repo = "cool-retro-term";
rev = version;
- sha256 = "1ah54crqv13xsg9cvlwmgyhz90xjjy3vy8pbn9i0vc0ljmpgkqd5";
+ sha256 = "0gmigjpc19q7l94q4wzbrxh7cdb6zk3zscaijzwsz9364wsgzb47";
};
patchPhase = ''