lol

insomnia: 5.16.6 -> 6.0.2

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/insomnia/versions.

authored by

R. RyanTM and committed by
Ryan Mulligan
bca83f7c 59186af8

+2 -2
+2 -2
pkgs/development/web/insomnia/default.nix
··· 15 15 runtimeLibs = lib.makeLibraryPath [ libudev0-shim glibc curl openssl nghttp2 ]; 16 16 in stdenv.mkDerivation rec { 17 17 name = "insomnia-${version}"; 18 - version = "5.16.6"; 18 + version = "6.0.2"; 19 19 20 20 src = fetchurl { 21 21 url = "https://github.com/getinsomnia/insomnia/releases/download/v${version}/insomnia_${version}_amd64.deb"; 22 - sha256 = "1acad6gjrldd87nnv2hw558lzwy4c4ijh9jwjxnhz61jmdqvbmxw"; 22 + sha256 = "18xspbaal945bmrwjnsz1sjba53040wxrzvig40nnclwj8h671ms"; 23 23 }; 24 24 25 25 nativeBuildInputs = [ makeWrapper dpkg ];