summary refs log tree commit diff
path: root/pkgs/applications/misc/hyper
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-12-25 11:32:38 -0800
committerR. RyanTM <ryantm-bot@ryantm.com>2018-12-25 11:32:38 -0800
commit980861ce3887aeeda99e83aa73d5d57df1c6e5f5 (patch)
tree17e7d3d7d3f73803518cab1f4c0b6e57433ea333 /pkgs/applications/misc/hyper
parent996d14a00489c5a20258229d7837649e91e9b2fc (diff)
downloadnixpkgs-980861ce3887aeeda99e83aa73d5d57df1c6e5f5.tar
nixpkgs-980861ce3887aeeda99e83aa73d5d57df1c6e5f5.tar.gz
nixpkgs-980861ce3887aeeda99e83aa73d5d57df1c6e5f5.tar.bz2
nixpkgs-980861ce3887aeeda99e83aa73d5d57df1c6e5f5.tar.lz
nixpkgs-980861ce3887aeeda99e83aa73d5d57df1c6e5f5.tar.xz
nixpkgs-980861ce3887aeeda99e83aa73d5d57df1c6e5f5.tar.zst
nixpkgs-980861ce3887aeeda99e83aa73d5d57df1c6e5f5.zip
hyper: 2.0.0 -> 2.1.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hyper/versions
Diffstat (limited to 'pkgs/applications/misc/hyper')
-rw-r--r--pkgs/applications/misc/hyper/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/hyper/default.nix b/pkgs/applications/misc/hyper/default.nix
index 5e1626e12c5..2a26d7ecf27 100644
--- a/pkgs/applications/misc/hyper/default.nix
+++ b/pkgs/applications/misc/hyper/default.nix
@@ -11,11 +11,11 @@ let
   ];
 in
 stdenv.mkDerivation rec {
-  version = "2.0.0";
+  version = "2.1.0";
   name = "hyper-${version}";
   src = fetchurl {
     url = "https://github.com/zeit/hyper/releases/download/${version}/hyper_${version}_amd64.deb";
-    sha256 = "04241kjy65pnp5q9z901910rmvcx18x0qaqfl31i0l4c2xj83ws0";
+    sha256 = "0ss0ip6yc7sd8b1lx504nxckqmxjiqcz105wi3226nzyan489q3g";
   };
   buildInputs = [ dpkg ];
   unpackPhase = ''