Merge pull request #333408 from r-ryantm/auto-update/sophus

sophus: 1.22.10 -> 1.24.6
This commit is contained in:
Anthony Cowley 2024-08-09 23:11:46 -04:00 committed by GitHub
commit 6e6e7419db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sophus";
version = "1.22.10";
version = "1.24.6";
src = fetchFromGitHub {
owner = "strasdat";
repo = "Sophus";
rev = finalAttrs.version;
hash = "sha256-TNuUoL9r1s+kGE4tCOGFGTDv1sLaHJDUKa6c9x41Z7w=";
hash = "sha256-k5t3kSUrH6B1f60dtqq3Ai4R4D2h+Ld+6Cpljl/AN0w=";
};
nativeBuildInputs = [