Merge pull request #288286 from chewblacka/update-insomnia

insomnia: 2023.5.8 -> 8.6.1
This commit is contained in:
Weijia Wang
2024-03-07 12:39:40 +01:00
committed by GitHub
+2 -2
View File
@@ -16,11 +16,11 @@ let
];
in stdenv.mkDerivation rec {
pname = "insomnia";
version = "2023.5.8";
version = "8.6.1";
src = fetchurl {
url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.deb";
sha256 = "sha256-x5DYS3DteYtq1EQuJ3EFV/d/YThPgnhhIj+GpEJsFDY=";
hash = "sha256-qy2j6kdmtDgfTab8gTz7eb/uNKwtzbxcoJHNibVa35c=";
};
nativeBuildInputs = [