insomnia: 2021.4.0 -> 2021.4.1

This commit is contained in:
R. RyanTM 2021-07-08 19:59:23 +00:00
parent f82099ff92
commit 94f18492d6

View file

@ -16,12 +16,12 @@ let
];
in stdenv.mkDerivation rec {
pname = "insomnia";
version = "2021.4.0";
version = "2021.4.1";
src = fetchurl {
url =
"https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.deb";
sha256 = "sha256-lMQWoShlEACTrcGgQtfPGVQ4X8pCG/6SkXtz+rWAOyg=";
sha256 = "sha256-74du6UQB1LfsnYF9tmx41KJNmlEVVL5H2W+YQR720FY=";
};
nativeBuildInputs =