summary refs log tree commit diff
path: root/pkgs/applications/misc/hyper
diff options
context:
space:
mode:
authorJosé Luis Lafuente <jl@lafuente.me>2017-06-06 14:44:30 +0200
committerJosé Luis Lafuente <jl@lafuente.me>2017-06-06 14:47:35 +0200
commit0a280a346093b9546537767e075dd2f7f805d1fd (patch)
tree0db1f08a1e392c6afa6bb5ecc25297fb2a271e30 /pkgs/applications/misc/hyper
parent76e082922f34ba9915d53492b1a4075e51fd2915 (diff)
downloadnixpkgs-0a280a346093b9546537767e075dd2f7f805d1fd.tar
nixpkgs-0a280a346093b9546537767e075dd2f7f805d1fd.tar.gz
nixpkgs-0a280a346093b9546537767e075dd2f7f805d1fd.tar.bz2
nixpkgs-0a280a346093b9546537767e075dd2f7f805d1fd.tar.lz
nixpkgs-0a280a346093b9546537767e075dd2f7f805d1fd.tar.xz
nixpkgs-0a280a346093b9546537767e075dd2f7f805d1fd.tar.zst
nixpkgs-0a280a346093b9546537767e075dd2f7f805d1fd.zip
hyper: 1.3.1 -> 1.3.3
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 287efc89812..2202dd8c4c4 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 = "1.3.1";
+  version = "1.3.3";
   name = "hyper-${version}";
   src = fetchurl {
     url = "https://github.com/zeit/hyper/releases/download/${version}/hyper_${version}.deb";
-    sha256 = "1i1rnq10a9kid8lggrd1gp9g08v98la8idnyk4kx4vn0svqy7nvl";
+    sha256 = "1i68n77yv1g4dfx4xfmcb06mfpwhf0gnb3wmldg2gxkhs0fn19zg";
   };
   buildInputs = [ dpkg ];
   unpackPhase = ''