hyper: 1.3.1 -> 1.3.3
This commit is contained in:
parent
76e082922f
commit
0a280a3460
|
@ -11,11 +11,11 @@ let
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "1.3.1";
|
version = "1.3.3";
|
||||||
name = "hyper-${version}";
|
name = "hyper-${version}";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/zeit/hyper/releases/download/${version}/hyper_${version}.deb";
|
url = "https://github.com/zeit/hyper/releases/download/${version}/hyper_${version}.deb";
|
||||||
sha256 = "1i1rnq10a9kid8lggrd1gp9g08v98la8idnyk4kx4vn0svqy7nvl";
|
sha256 = "1i68n77yv1g4dfx4xfmcb06mfpwhf0gnb3wmldg2gxkhs0fn19zg";
|
||||||
};
|
};
|
||||||
buildInputs = [ dpkg ];
|
buildInputs = [ dpkg ];
|
||||||
unpackPhase = ''
|
unpackPhase = ''
|
||||||
|
|
Loading…
Reference in New Issue