Merge pull request #311231 from r-ryantm/auto-update/eigenmath

eigenmath: 0-unstable-2024-05-03 -> 0-unstable-2024-05-12

authored by Nick Cao and committed by GitHub a0321d0d 1b0d2afa

+3 -3
+3 -3
pkgs/applications/science/math/eigenmath/default.nix
··· 7 8 stdenv.mkDerivation rec { 9 pname = "eigenmath"; 10 - version = "0-unstable-2024-05-03"; 11 12 src = fetchFromGitHub { 13 owner = "georgeweigt"; 14 repo = pname; 15 - rev = "69ebfbaa7f328ddc9d97b7c404369818a5febe4a"; 16 - hash = "sha256-lHxVyUXIY9+YIStA6202Bhy/b0xaxJbW/VPI7FbNJk0="; 17 }; 18 19 checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''
··· 7 8 stdenv.mkDerivation rec { 9 pname = "eigenmath"; 10 + version = "0-unstable-2024-05-12"; 11 12 src = fetchFromGitHub { 13 owner = "georgeweigt"; 14 repo = pname; 15 + rev = "978b3bd582a90c8e82079f2e4e4a3a5038cbbe08"; 16 + hash = "sha256-DoGX8nUcWcioTq8ymB+HLsCnt9V6HTKSX4Zs2CQz78Q="; 17 }; 18 19 checkPhase = let emulator = stdenv.hostPlatform.emulator buildPackages; in ''