about summary refs log tree commit diff
path: root/pkgs/development/libraries/stb
diff options
context:
space:
mode:
authorHenner Zeller <h.zeller@acm.org>2023-07-28 19:03:19 -0700
committerHenner Zeller <h.zeller@acm.org>2023-07-28 19:04:50 -0700
commitd43fd3c1129d9c47b452585d00ba8416c59e586f (patch)
treee023fdf572468b65302bafbbd2c9c48e1859f590 /pkgs/development/libraries/stb
parent11cf5e1c74fe6892e860afeeaf3bfb84fdb7b1c3 (diff)
stb: unstable-2021-09-10 -> unstable-2023-01-29
Diffstat (limited to 'pkgs/development/libraries/stb')
-rw-r--r--pkgs/development/libraries/stb/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/stb/default.nix b/pkgs/development/libraries/stb/default.nix
index fee0cb42164e0..4406aa0218486 100644
--- a/pkgs/development/libraries/stb/default.nix
+++ b/pkgs/development/libraries/stb/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "stb";
-  version = "unstable-2021-09-10";
+  version = "unstable-2023-01-29";
 
   src = fetchFromGitHub {
     owner = "nothings";
     repo = "stb";
-    rev = "af1a5bc352164740c1cc1354942b1c6b72eacb8a";
-    sha256 = "0qq35cd747lll4s7bmnxb3pqvyp2hgcr9kyf758fax9lx76iwjhr";
+    rev = "5736b15f7ea0ffb08dd38af21067c314d6a3aae9";
+    hash = "sha256-s2ASdlT3bBNrqvwfhhN6skjbmyEnUgvNOrvhgUSRj98=";
   };
 
   nativeBuildInputs = [ copyPkgconfigItems ];