Skip to content

Commit

Permalink
asahi-fwextract: 0.7.5 -> 0.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tpwrules committed Sep 4, 2024
1 parent 7ff142b commit e9d12da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apple-silicon-support/packages/asahi-fwextract/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "asahi-fwextract";
version = "0.7.5";
version = "0.7.8";

# tracking version: https://packages.fedoraproject.org/pkgs/asahi-installer/python3-asahi_firmware/
src = fetchFromGitHub {
owner = "AsahiLinux";
repo = "asahi-installer";
rev = "v${version}";
hash = "sha256-lGZFvB1zK+5MYhy2DgAHNUUG4EJPDGlIJ8MfdnDm4Ak=";
hash = "sha256-UmgHWKIRbcg9PK44YPPM4tyuEDC0+ANKO3Mzc4N9RHo=";
};

postPatch = ''
Expand Down

0 comments on commit e9d12da

Please sign in to comment.