sophus: 1.22.10 -> 1.24.6

This commit is contained in:
R. Ryantm 2024-08-09 09:45:36 +00:00
parent 93571dd5a0
commit 03edcfd04d

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 = [