From 7af8081f02f9aab9aa63ec729d007e4e0c54638e Mon Sep 17 00:00:00 2001 From: John Gresty Date: Wed, 14 Feb 2024 10:47:23 +0000 Subject: [PATCH] chore: update nix flake Dependencies have been updated since the last time we updated the flake so it no longer builds, this resyncs them. Might as well update inputs at the same time. --- default.nix | 2 +- flake.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/default.nix b/default.nix index 0bfcaa1a..5c3c440c 100644 --- a/default.nix +++ b/default.nix @@ -4,7 +4,7 @@ buildGoModule rec { version = builtins.substring 0 8 lastMod; src = ./.; - vendorSha256 = "sha256-UekP8NYYvT/yMEcktwK8rTMOzbqtcOejuJfNAyLCoiQ="; + vendorHash = "sha256-sumj5H1MOnsMPn5YML9co/kwU3WSiKbapfHXRIg0Xp4="; meta = with lib; { description = "API resource versioning tool"; diff --git a/flake.lock b/flake.lock index 3f13fc8e..0d631001 100644 --- a/flake.lock +++ b/flake.lock @@ -5,11 +5,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1694529238, - "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", + "lastModified": 1705309234, + "narHash": "sha256-uNRRNRKmJyCRC/8y1RqBkqWBLM034y4qN7EprSdmgyA=", "owner": "numtide", "repo": "flake-utils", - "rev": "ff7b65b44d01cf9ba6a71320833626af21126384", + "rev": "1ef2e671c3b0c19053962c07dbda38332dcebf26", "type": "github" }, "original": { @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1699186365, - "narHash": "sha256-Pxrw5U8mBsL3NlrJ6q1KK1crzvSUcdfwb9083sKDrcU=", + "lastModified": 1707743206, + "narHash": "sha256-AehgH64b28yKobC/DAWYZWkJBxL/vP83vkY+ag2Hhy4=", "owner": "nixos", "repo": "nixpkgs", - "rev": "a0b3b06b7a82c965ae0bb1d59f6e386fe755001d", + "rev": "2d627a2a704708673e56346fcb13d25344b8eaf3", "type": "github" }, "original": {