insomnia: 2023.2.2 -> 2023.4.0

This commit is contained in:
R. Ryantm 2023-07-22 06:06:14 +00:00
parent 9b23a95e30
commit 82e6b3ffa2

View File

@ -16,12 +16,12 @@ let
];
in stdenv.mkDerivation rec {
pname = "insomnia";
version = "2023.2.2";
version = "2023.4.0";
src = fetchurl {
url =
"https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.deb";
sha256 = "sha256-XM7OLr5ety95jjlVqNuQp3rD9laoe1uC1HNP66HJe5M=";
sha256 = "sha256-7tkd0HaJeDdCvX1t1XCHrrQ23xFrcMsy1nhJJEp6klk=";
};
nativeBuildInputs = [