Skip to content

Commit 6c00f66

Browse files
authored
imgui: 1.90.6 -> 1.91.4 (#349885)
2 parents 2e7b056 + 2676fb5 commit 6c00f66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/libraries/imgui/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ in
5858

5959
stdenv.mkDerivation rec {
6060
pname = "imgui";
61-
version = "1.90.6";
61+
version = "1.91.4";
6262
outputs = [
6363
# Note: no "dev" because vcpkg installs include/ and imgui-config.cmake
6464
# into different prefixes but expects the merged layout at import time
@@ -69,8 +69,8 @@ stdenv.mkDerivation rec {
6969
src = fetchFromGitHub {
7070
owner = "ocornut";
7171
repo = "imgui";
72-
rev = "v${version}";
73-
sha256 = "sha256-FSob6FPfg0tF0n72twA5/moLvEaB251BPkIDJUXhYbg=";
72+
rev = "refs/tags/v${version}";
73+
hash = "sha256-6j4keBOAzbBDsV0+R4zTNlsltxz2dJDGI43UIrHXDNM=";
7474
};
7575

7676
cmakeRules = "${vcpkgSource}/ports/imgui";

0 commit comments

Comments
 (0)