Skip to content

Commit

Permalink
zf: 0.9.1 -> 0.9.2 (NixOS#330890)
Browse files Browse the repository at this point in the history
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
  • Loading branch information
eilvelia and SuperSandro2000 authored Jul 31, 2024
1 parent e6f02f6 commit 077e145
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions pkgs/tools/misc/zf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
, fetchFromGitHub
, installShellFiles
, testers
, zig_0_11
, zig_0_13
, callPackage
}:

stdenv.mkDerivation (finalAttrs: {
pname = "zf";
version = "0.9.1";
version = "0.9.2";

src = fetchFromGitHub {
owner = "natecraddock";
repo = "zf";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-JPv/59ELh+CS1/akuLNy0qSimMEJsypPO8hiHFAOirI=";
hash = "sha256-8KfzsDG9sZ/jMOusz2ydt3oytp891vKOpCUlPAwS8TE=";
};

nativeBuildInputs = [
installShellFiles
zig_0_11.hook
zig_0_13.hook
];

postPatch = ''
ln -s ${callPackage ./deps.nix { }} $ZIG_GLOBAL_CACHE_DIR/p
cp -a ${callPackage ./deps.nix { }}/. $ZIG_GLOBAL_CACHE_DIR/p
'';

postInstall = ''
Expand Down
6 changes: 3 additions & 3 deletions pkgs/tools/misc/zf/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 077e145

Please sign in to comment.