Skip to content

Commit

Permalink
Merge pull request nix-community#1264 from FRidh/fix/jsondiff
Browse files Browse the repository at this point in the history
overrides: fix jsondiff version check
  • Loading branch information
adisbladis authored Aug 22, 2023
2 parents 3e8904d + 68ff0c8 commit 6685b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overrides/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ lib.composeManyExtensions [
});

jsondiff =
if lib.versionOlder "2.0.0"
if lib.versionOlder super.jsondiff.version "2.0.0"
then
super.jsondiff.overridePythonAttrs
(
Expand Down

0 comments on commit 6685b60

Please sign in to comment.