Merge pull request #301177 from wineee/r/auto-update/ripes

ripes: 2.2.6-unstable-2024-03-03 -> 2.2.6-unstable-2024-04-02
This commit is contained in:
rewine 2024-04-03 19:27:15 +08:00 committed by GitHub
commit 7320f655a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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