lol

insomnia: 11.0.1 -> 11.6.0

Release notes: https://github.com/Kong/insomnia/releases/tag/core%4011.6.0

+4 -4
+4 -4
pkgs/by-name/in/insomnia/package.nix
··· 7 }: 8 let 9 pname = "insomnia"; 10 - version = "11.0.1"; 11 12 src = 13 fetchurl 14 { 15 aarch64-darwin = { 16 url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.dmg"; 17 - hash = "sha256-3LjQYFCIIrjEQ+J0m7Xau3qcHMRR3xU078QOVgoBat4="; 18 }; 19 x86_64-darwin = { 20 url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.dmg"; 21 - hash = "sha256-3LjQYFCIIrjEQ+J0m7Xau3qcHMRR3xU078QOVgoBat4="; 22 }; 23 x86_64-linux = { 24 url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.AppImage"; 25 - hash = "sha256-X0UiD+IhyMTrUmsgocw0bpRZEk5YNEF3CMo3IkwKtvA="; 26 }; 27 } 28 .${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");
··· 7 }: 8 let 9 pname = "insomnia"; 10 + version = "11.6.0"; 11 12 src = 13 fetchurl 14 { 15 aarch64-darwin = { 16 url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.dmg"; 17 + hash = "sha256-9/Xkwgwyi/CqqmrroxhJ9IhvVK83qKROfCEF5IS5r+w="; 18 }; 19 x86_64-darwin = { 20 url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.dmg"; 21 + hash = "sha256-9/Xkwgwyi/CqqmrroxhJ9IhvVK83qKROfCEF5IS5r+w="; 22 }; 23 x86_64-linux = { 24 url = "https://github.com/Kong/insomnia/releases/download/core%40${version}/Insomnia.Core-${version}.AppImage"; 25 + hash = "sha256-xHqRCR6D1ahqTyWA9icVK5oykABMp5qcgk35w1jzB2s="; 26 }; 27 } 28 .${stdenv.system} or (throw "Unsupported system: ${stdenv.system}");