Skip to content

Commit

Permalink
insomnia: 2022.5.1 -> 2022.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Sep 28, 2022
1 parent bc71a15 commit 3e9c56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/web/insomnia/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ let
];
in stdenv.mkDerivation rec {
pname = "insomnia";
version = "2022.5.1";
version = "2022.6.0";

src = fetchurl {
url =
"https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.deb";
sha256 = "sha256-ExdfXfpimM6E/S6xiLTHdq3f4/ydtyfZ2+9o32z87gc=";
sha256 = "sha256-ARGIcNHnqQEyp1JVNV59FvvYv9JTSS55R+lTHl0IrWk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3e9c56e

Please sign in to comment.