insomnia: 2022.3.0 -> 2022.5.1

This commit is contained in:
R. Ryantm 2022-08-18 05:46:12 +00:00
parent 3e43b5e4bc
commit 7977381c1b

View File

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