insomnia: 2021.1.0 -> 2021.1.1

This commit is contained in:
R. RyanTM 2021-03-18 09:15:11 +00:00 committed by tomberek
parent 1fc14408ae
commit 9f6d5df9e9

@ -16,12 +16,12 @@ let
];
in stdenv.mkDerivation rec {
pname = "insomnia";
version = "2021.1.0";
version = "2021.1.1";
src = fetchurl {
url =
"https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.deb";
sha256 = "sha256-3T334t+Oje6LOzUBqQCK6wdJ/4Mi4WLmW5vcHig8zj4=";
sha256 = "sha256-GPOeLSbKiaJR5ppzyJMllzM+2gSddZN7+P5ttkocuDg=";
};
nativeBuildInputs =