Commit 71970915 authored by Amaan Qureshi's avatar Amaan Qureshi Committed by Weijia Wang
Browse files

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 e02b2d8c 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
parent ecfbbe03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ stdenv.mkDerivation (finalAttrs: {
    owner = "jmk-foofus";
    repo = "medusa";
    tag = finalAttrs.version;
    hash = "sha256-devirQMmS8mtxT5H5XafRRvCyfcvwoWxtTp0V1SJeSM=";
    hash = "sha256-ftn5RBE3NYfjXLq8Gm92sbFW+M925BDuL/VmwfPYXpo=";
  };

  outputs = [