insomnia: 2023.5.7 -> 2023.5.8

This commit is contained in:
R. Ryantm 2023-10-10 10:03:13 +00:00
parent b37de078e5
commit 3064c2e9e0

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 = [