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.
2 parents 2e7b056 + 2676fb5 commit 6c00f66Copy full SHA for 6c00f66
pkgs/development/libraries/imgui/default.nix
@@ -58,7 +58,7 @@ in
58
59
stdenv.mkDerivation rec {
60
pname = "imgui";
61
- version = "1.90.6";
+ version = "1.91.4";
62
outputs = [
63
# Note: no "dev" because vcpkg installs include/ and imgui-config.cmake
64
# into different prefixes but expects the merged layout at import time
@@ -69,8 +69,8 @@ stdenv.mkDerivation rec {
69
src = fetchFromGitHub {
70
owner = "ocornut";
71
repo = "imgui";
72
- rev = "v${version}";
73
- sha256 = "sha256-FSob6FPfg0tF0n72twA5/moLvEaB251BPkIDJUXhYbg=";
+ rev = "refs/tags/v${version}";
+ hash = "sha256-6j4keBOAzbBDsV0+R4zTNlsltxz2dJDGI43UIrHXDNM=";
74
};
75
76
cmakeRules = "${vcpkgSource}/ports/imgui";
0 commit comments