Skip to content

Commit fc87bc3

Browse files
committed
fix(nix): update ubi_reader version in nixpkgs as well
1 parent 8482a3f commit fc87bc3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

flake.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@
3737
];
3838

3939
# Temporary patches for nixpkgs required for current unblob
40-
nixpkgsPatches = [ ];
40+
nixpkgsPatches = [
41+
# ubi_reader: 0.8.9 -> 0.8.10
42+
{
43+
url = "https://github.com/NixOS/nixpkgs/commit/a3b3188908f87f3c2bafd6b66ab2c0df2c059fa9.patch";
44+
hash = "sha256-MYP5q7KwbGzx01GYxvb4YwkLPV/aSzbI4Cbp+olw9a0=";
45+
}
46+
];
4147

4248
# Helper function to generate an attrset '{ x86_64-linux = f "x86_64-linux"; ... }'.
4349
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;

0 commit comments

Comments
 (0)