From 17ebb858136394ae6940e03f5e2c11eef5209b7c Mon Sep 17 00:00:00 2001 From: Patrick Shaw Date: Sat, 24 Jun 2023 01:38:17 +1000 Subject: [PATCH] Fixed Nix flake failing on newer versions of nixpkgs See: https://github.com/oxalica/rust-overlay/issues/121 See: https://github.com/NixOS/nixpkgs/pull/209870 --- CHANGELOG.md | 2 ++ flake.lock | 30 ++++++++++++++++++++++++------ 2 files changed, 26 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3bbcb0..9bdb2f01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,8 @@ All notable changes to eww will be listed here, starting at changes since versio - Fix cirular-progress not properly displaying 100% values when clockwise is false - Fix temperatures inside `EWW_TEMPS` not being accessible if at least one value is `NaN` +### Notable fixes and other changes +- Fixed Nix flake failing due to an [autopatch-elf breaking change](https://github.com/oxalica/rust-overlay/issues/121) on newer versions of nixpkgs. (By: patrickshaw) ## 0.3.0 (26.05.2022) diff --git a/flake.lock b/flake.lock index 3cafe269..d19278a7 100644 --- a/flake.lock +++ b/flake.lock @@ -17,12 +17,15 @@ } }, "flake-utils": { + "inputs": { + "systems": "systems" + }, "locked": { - "lastModified": 1656928814, - "narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=", + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", "owner": "numtide", "repo": "flake-utils", - "rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", "type": "github" }, "original": { @@ -62,11 +65,11 @@ ] }, "locked": { - "lastModified": 1661655464, - "narHash": "sha256-by9Hb0mNVdiCR7TBvUHIgDb0QIv3znp8VMGh7Bl35VQ=", + "lastModified": 1687400833, + "narHash": "sha256-rVENiSupjAE8o1+ZXNRIqewUzM2brm+aeme8MUrwl0U=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "0c4c1432353e12b325d1472bea99e364871d2cb3", + "rev": "fc0a266e836c079a9131108f4334e5af219dbb93", "type": "github" }, "original": { @@ -74,6 +77,21 @@ "repo": "rust-overlay", "type": "github" } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } } }, "root": "root",