Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #54189 from r-ryantm/auto-update/hyper

hyper: 2.1.0 -> 2.1.1

authored by

Ryan Mulligan and committed by
GitHub
09ce2fd0 75f17ca4

+2 -2
+2 -2
pkgs/applications/misc/hyper/default.nix
··· 11 11 ]; 12 12 in 13 13 stdenv.mkDerivation rec { 14 - version = "2.1.0"; 14 + version = "2.1.1"; 15 15 name = "hyper-${version}"; 16 16 src = fetchurl { 17 17 url = "https://github.com/zeit/hyper/releases/download/${version}/hyper_${version}_amd64.deb"; 18 - sha256 = "0ss0ip6yc7sd8b1lx504nxckqmxjiqcz105wi3226nzyan489q3g"; 18 + sha256 = "1vr4j2vb2wpn8qzgq30l8kfck2an03jwchwywyx4zsl2vz3qp70x"; 19 19 }; 20 20 buildInputs = [ dpkg ]; 21 21 unpackPhase = ''