bstone: 1.2.12 -> 1.2.13

This commit is contained in:
Keenan Weaver
2024-12-14 12:55:07 -06:00
parent 210bae9625
commit 185f87f540
+4 -4
View File
@@ -1,21 +1,21 @@
{
lib,
stdenv,
fetchFromGitHub,
cmake,
gcc12Stdenv,
SDL2,
libGL,
}:
gcc12Stdenv.mkDerivation (finalAttrs: {
stdenv.mkDerivation (finalAttrs: {
pname = "bstone";
version = "1.2.12";
version = "1.2.13";
src = fetchFromGitHub {
owner = "bibendovsky";
repo = "bstone";
rev = "v${finalAttrs.version}";
hash = "sha256-wtW595cSoVTZaVykxOkJViNs3OmuIch9nA5s1SqwbJo=";
hash = "sha256-jK40/FdC11SWe2Vmh6cbNTxPeM1vrAveEtUWoiAh+jc=";
};
nativeBuildInputs = [