insomnia: 2020.5.1 -> 2020.5.2

This commit is contained in:
R. RyanTM 2020-12-12 04:33:09 +00:00
parent c60bf872c4
commit 2d52070858

View file

@ -16,12 +16,12 @@ let
];
in stdenv.mkDerivation rec {
pname = "insomnia";
version = "2020.5.1";
version = "2020.5.2";
src = fetchurl {
url =
"https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.deb";
sha256 = "18wbyf5qq2x0dzaf6bprs4nhv0ckrgq679l3w61p1yf4y3j7xwn4";
sha256 = "03j76a0dj3ak5h6malwxqf7cdc2ycwgyr6993bhiq75yhxhblhc4";
};
nativeBuildInputs =