Merge pull request #302622 from r-ryantm/auto-update/ripes

ripes: 2.2.6-unstable-2024-04-02 -> 2.2.6-unstable-2024-04-04
This commit is contained in:
Weijia Wang 2024-04-27 02:56:21 +02:00 committed by GitHub
commit 32292e2ca6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,14 +14,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ripes"; pname = "ripes";
# Pulling unstable version as latest stable does not build against gcc-13. # Pulling unstable version as latest stable does not build against gcc-13.
version = "2.2.6-unstable-2024-04-02"; version = "2.2.6-unstable-2024-04-04";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mortbopet"; owner = "mortbopet";
repo = "Ripes"; repo = "Ripes";
rev = "027e678a44b7b9f3e81e5b6863b0d68af05fd69c"; rev = "878087332afa3558dc8ca657f80a16ecdcf82818";
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-u6JxXCX1BMdbHTF7EBGEnXOV+eF6rgoZZcHqB/1nVjE="; hash = "sha256-aNJTM/s4GNhWVXQxK1R/rIN/NmeKglibQZMh8ENjIzo=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [