We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795a271 commit 76d0086Copy full SHA for 76d0086
pkgs/by-name/ij/ijhttp/package.nix
@@ -9,11 +9,11 @@
9
10
stdenvNoCC.mkDerivation (finalAttrs: {
11
pname = "ijhttp";
12
- version = "242.21829.56";
+ version = "243.24978.46";
13
14
src = fetchurl {
15
url = "https://download.jetbrains.com/resources/intellij/http-client/${finalAttrs.version}/intellij-http-client.zip";
16
- hash = "sha256-MinRCVwEpO/yToOT2zZPxmW58+FhbX2FjEOAtgfkKVk=";
+ hash = "sha256-L9u/Y0pD/OD2I2WX6mgV5riP8y7Ik+6zVcM/WZJs7rE=";
17
};
18
19
nativeBuildInputs = [
0 commit comments