insomnia: 11.0.1 -> 11.6.0

Release notes: https://github.com/Kong/insomnia/releases/tag/core%4011.6.0
This commit is contained in:
bashfulrobot
2025-09-19 11:28:14 -07:00
parent 72f6935afb
commit 6de9ec7d03

View File

@@ -7,22 +7,22 @@
}: }:
let let
pname = "insomnia"; pname = "insomnia";
version = "11.0.1"; version = "11.6.0";
src = src =
fetchurl fetchurl
{ {
aarch64-darwin = { aarch64-darwin = {
url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.dmg"; url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.dmg";
hash = "sha256-3LjQYFCIIrjEQ+J0m7Xau3qcHMRR3xU078QOVgoBat4="; hash = "sha256-9/Xkwgwyi/CqqmrroxhJ9IhvVK83qKROfCEF5IS5r+w=";
}; };
x86_64-darwin = { x86_64-darwin = {
url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.dmg"; url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.dmg";
hash = "sha256-3LjQYFCIIrjEQ+J0m7Xau3qcHMRR3xU078QOVgoBat4="; hash = "sha256-9/Xkwgwyi/CqqmrroxhJ9IhvVK83qKROfCEF5IS5r+w=";
}; };
x86_64-linux = { x86_64-linux = {
url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.AppImage"; url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.AppImage";
hash = "sha256-X0UiD+IhyMTrUmsgocw0bpRZEk5YNEF3CMo3IkwKtvA="; hash = "sha256-xHqRCR6D1ahqTyWA9icVK5oykABMp5qcgk35w1jzB2s=";
}; };
} }
.${stdenv.system} or (throw "Unsupported system: ${stdenv.system}"); .${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");