mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
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:
commit
7320f655a9
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user