samrewritten: 202008-unstable-2025-01-09 -> 202008-unstable-2025-03-11 (#391193)

Co-authored-by: LudovicoPiero <LudovicoPiero@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-03-19 11:52:47 +00:00 committed by GitHub
commit 044bc3de8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,14 +12,14 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "samrewritten";
version = "202008-unstable-2025-01-09";
version = "202008-unstable-2025-03-11";
src = fetchFromGitHub {
owner = "PaulCombal";
repo = "SamRewritten";
# The latest release is too old, use latest commit instead
rev = "b18a009c20eb90e2edffb6ee6d5290c86c860e03";
hash = "sha256-qwasSxNc4hJDadGTUOxzumJ4lZcHQ4Aa8W8jIJAvTt4=";
rev = "cac0291f3e4465135f5cf7d5b99fdb005fb23ade";
hash = "sha256-+f/j2q1lJ3yp3/BBgnK9kS4P3ULQ5onQPAcUV12LYnI=";
};
makeFlags = [ "PREFIX=$(out)" ];