This commit is contained in:
2026-05-18 16:36:43 +02:00
parent 468e870867
commit c2a4413800
10 changed files with 48 additions and 23 deletions
+3 -3
View File
@@ -25,13 +25,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "s2cpp";
version = "0-unstable-2025-04-05";
version = "0-unstable-2026-04-12";
src = fetchFromGitHub {
owner = "rodrigomatta";
repo = "s2.cpp";
rev = "36a5fb058b740d8826f67d027bf46b3273fe4e3d";
hash = "sha256-C8BSUWNRrZKdaKHniAbeObq9fChvFQZ5HXcvSzgNsIw=";
rev = "e48ce8e1c3ee23acbac97ce078b8faab0a2da43c";
hash = "sha256-xlDYqimbqCBidkcmt5gIgMtYLw8gdR51qD3gFD0j7xE=";
fetchSubmodules = true;
};