Merge pull request #245985 from hzeller/20230728-update-stb

stb: unstable-2021-09-10 -> unstable-2023-01-29
This commit is contained in:
Nick Cao
2023-07-29 18:54:43 -06:00
committed by GitHub
+3 -3
View File
@@ -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 ];