insomnia: 2022.5.1 -> 2022.6.0

This commit is contained in:
R. Ryantm 2022-09-28 18:44:15 +00:00
parent bc71a15e46
commit 3e9c56ef7e

View file

@ -15,12 +15,12 @@ let
];
in stdenv.mkDerivation rec {
pname = "insomnia";
version = "2022.5.1";
version = "2022.6.0";
src = fetchurl {
url =
"https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.deb";
sha256 = "sha256-ExdfXfpimM6E/S6xiLTHdq3f4/ydtyfZ2+9o32z87gc=";
sha256 = "sha256-ARGIcNHnqQEyp1JVNV59FvvYv9JTSS55R+lTHl0IrWk=";
};
nativeBuildInputs = [