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