Commit 5f04929f authored by John Garcia's avatar John Garcia
Browse files

insomnia: 2023.5.8 -> 8.6.1

parent 1251bed4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [