From 71970915cb745b6464fcba7aaaea6b5759a47636 Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Mon, 26 Jan 2026 23:13:58 -0500 Subject: [PATCH] medusa: refresh source hash for GCC 15 fix The 2.3 tag appears to have been updated (force-pushed?) after nixpkgs originally packaged it (nixpkgs commit e02b2d8 on March 7, 2025 predates the official 2.3 release on May 14, 2025). The current tag includes GCC 15 fixes from upstream (PR 76, 82) that were merged after the nixpkgs tag. This commit updates the hash to fetch the corrected source with proper function pointer types that are compatible with GCC 15's stricter checking. Fixes #481545 --- pkgs/by-name/me/medusa/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/me/medusa/package.nix b/pkgs/by-name/me/medusa/package.nix index 94d847c4279c..4e7be18c3250 100644 --- a/pkgs/by-name/me/medusa/package.nix +++ b/pkgs/by-name/me/medusa/package.nix @@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: { owner = "jmk-foofus"; repo = "medusa"; tag = finalAttrs.version; - hash = "sha256-devirQMmS8mtxT5H5XafRRvCyfcvwoWxtTp0V1SJeSM="; + hash = "sha256-ftn5RBE3NYfjXLq8Gm92sbFW+M925BDuL/VmwfPYXpo="; }; outputs = [