Merge pull request #106707 from r-ryantm/auto-update/insomnia

insomnia: 2020.5.1 -> 2020.5.2
This commit is contained in:
Mario Rodas 2020-12-13 16:05:51 -05:00 committed by GitHub
commit 101244ed5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 =