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

insomnia: 2023.5.7 -> 2023.5.8
This commit is contained in:
Ryan Mulligan 2023-10-10 07:51:09 -07:00 committed by GitHub
commit a6ed803999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,11 @@ let
];
in stdenv.mkDerivation rec {
pname = "insomnia";
version = "2023.5.7";
version = "2023.5.8";
src = fetchurl {
url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.deb";
sha256 = "sha256-XB8ktjF6VWj57whbXC0iwH3WpuMkGnRZCCdx86Mj2ZI=";
sha256 = "sha256-x5DYS3DteYtq1EQuJ3EFV/d/YThPgnhhIj+GpEJsFDY=";
};
nativeBuildInputs = [