lol

Merge pull request #251517 from r-ryantm/auto-update/insomnia

insomnia: 2023.4.0 -> 2023.5.5

authored by

Nick Cao and committed by
GitHub
37e5c71d 1120570e

+2 -2
+2 -2
pkgs/development/web/insomnia/default.nix
··· 16 16 ]; 17 17 in stdenv.mkDerivation rec { 18 18 pname = "insomnia"; 19 - version = "2023.4.0"; 19 + version = "2023.5.5"; 20 20 21 21 src = fetchurl { 22 22 url = 23 23 "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.deb"; 24 - sha256 = "sha256-7tkd0HaJeDdCvX1t1XCHrrQ23xFrcMsy1nhJJEp6klk="; 24 + sha256 = "sha256-/SrSpkfF3IrLl6BC4UknsTDraqN8uFKrKQSzQpBaRLY="; 25 25 }; 26 26 27 27 nativeBuildInputs = [