diff options
| author | Chris Wells <chris@mathematicaster.org> | 2025-10-21 10:38:26 -0500 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2025-10-21 10:38:26 -0500 |
| commit | 7aa390883104725c64c65d20a0713cfcd654f637 (patch) | |
| tree | a3a33e5423e9136ad064b48aee0e41966329c1f0 /flake.lock | |
| parent | e3343bc80dc54416d4e8ee6a60a8e92b630810de (diff) | |
| download | fw-manager-7aa390883104725c64c65d20a0713cfcd654f637.tar fw-manager-7aa390883104725c64c65d20a0713cfcd654f637.tar.gz fw-manager-7aa390883104725c64c65d20a0713cfcd654f637.tar.bz2 fw-manager-7aa390883104725c64c65d20a0713cfcd654f637.tar.lz fw-manager-7aa390883104725c64c65d20a0713cfcd654f637.tar.xz fw-manager-7aa390883104725c64c65d20a0713cfcd654f637.tar.zst fw-manager-7aa390883104725c64c65d20a0713cfcd654f637.zip | |
More correct dfu-util flash script + rearranged personal devices
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 39 |
1 files changed, 13 insertions, 26 deletions
@@ -5,11 +5,11 @@ "nixpkgs-lib": "nixpkgs-lib" }, "locked": { - "lastModified": 1759362264, - "narHash": "sha256-wfG0S7pltlYyZTM+qqlhJ7GMw2fTF4mLKCIVhLii/4M=", + "lastModified": 1760948891, + "narHash": "sha256-TmWcdiUUaWk8J4lpjzu4gCGxWY6/Ok7mOK4fIFfBuU4=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "758cf7296bee11f1706a574c77d072b8a7baa881", + "rev": "864599284fc7c0ba6357ed89ed5e2cd5040f0c04", "type": "github" }, "original": { @@ -20,15 +20,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1760630522, - "narHash": "sha256-H7Rw2hQbJO4v60jhqiYo/oftvcW6lnsF16PHRELGVPM=", + "lastModified": 1760968520, + "narHash": "sha256-EjGslHDzCBKOVr+dnDB1CAD7wiQSHfUt3suOpFj9O1Q=", "owner": "nixos", "repo": "nixpkgs", - "rev": "8af9bf8c93e208784d682613820cb606a963debc", + "rev": "e755547441a0413942a37692f7bf7fc6315bb7f6", "type": "github" }, "original": { "owner": "nixos", + "ref": "release-25.05", "repo": "nixpkgs", "type": "github" } @@ -48,22 +49,6 @@ "type": "github" } }, - "nixpkgs_2": { - "locked": { - "lastModified": 1754340878, - "narHash": "sha256-lgmUyVQL9tSnvvIvBp7x1euhkkCho7n3TMzgjdvgPoU=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "cab778239e705082fe97bb4990e0d24c50924c04", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "root": { "inputs": { "flake-parts": "flake-parts", @@ -89,14 +74,16 @@ }, "treefmt-nix": { "inputs": { - "nixpkgs": "nixpkgs_2" + "nixpkgs": [ + "nixpkgs" + ] }, "locked": { - "lastModified": 1760120816, - "narHash": "sha256-gq9rdocpmRZCwLS5vsHozwB6b5nrOBDNc2kkEaTXHfg=", + "lastModified": 1760945191, + "narHash": "sha256-ZRVs8UqikBa4Ki3X4KCnMBtBW0ux1DaT35tgsnB1jM4=", "owner": "numtide", "repo": "treefmt-nix", - "rev": "761ae7aff00907b607125b2f57338b74177697ed", + "rev": "f56b1934f5f8fcab8deb5d38d42fd692632b47c2", "type": "github" }, "original": { |
