fire: 1.0.1-unstable-2024-10-22 -> 1.0.1-unstable-2025-03-12 (#390810)

This commit is contained in:
Weijia Wang
2025-03-29 17:35:35 +01:00
committed by GitHub

View File

@@ -17,14 +17,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fire";
version = "1.0.1-unstable-2024-10-22";
version = "1.0.1-unstable-2025-03-12";
src = fetchFromGitHub {
owner = "jerryuhoo";
repo = "Fire";
rev = "4c3275caa0dbd9e65c6c3d574cc5ac1c828e529a";
rev = "b7ded116ce7ab78a57bb9b6b61796cb2cf3a6e8b";
fetchSubmodules = true;
hash = "sha256-DyYP/uDawa+m2FtNvEvu36iRl6zfMyGNMMad5f/rX4k=";
hash = "sha256-d8w+b4OpU2/kQdcAimR4ihDEgVTM1V7J0hj7saDrQpY=";
};
postPatch =