Skip to content

Commit

Permalink
xar: 498 -> 501
Browse files Browse the repository at this point in the history
  • Loading branch information
reckenrode committed Oct 5, 2024
1 parent 0ab5ec1 commit 3554b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/xa/xar/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "xar${lib.optionalString (e2fsprogs == null) "-minimal"}";
version = "498";
version = "501";

src = fetchFromGitHub {
owner = "apple-oss-distributions";
repo = "xar";
rev = "xar-${finalAttrs.version}";
hash = "sha256-RyWeR/ZnDBHIZhwzVxETdrTTPQA2VgsLZegRkxX1240=";
hash = "sha256-Fq+Re0LCBIGhW2FR+pgV8SWtaDOEFgTh+rQ8JFWK/k0=";
};

# Update patch set with
Expand Down

0 comments on commit 3554b06

Please sign in to comment.