update to 24.11

This commit is contained in:
Jeffrey C. Ollie 2024-12-09 19:25:38 -06:00
parent 034525f668
commit 5e0e325197
Signed by: jeff
GPG key ID: 6F86035A6D97044E
2 changed files with 12 additions and 12 deletions

View file

@ -5,11 +5,11 @@
"systems": "systems" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1694529238, "lastModified": 1731533236,
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=", "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
"owner": "numtide", "owner": "numtide",
"repo": "flake-utils", "repo": "flake-utils",
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384", "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -18,25 +18,25 @@
"type": "github" "type": "github"
} }
}, },
"nixpkgs-unstable": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1701253981, "lastModified": 1733550349,
"narHash": "sha256-ztaDIyZ7HrTAfEEUt9AtTDNoCYxUdSd6NrRHaYOIxtk=", "narHash": "sha256-NcGumB4Lr6KSDq+nIqXtNA8QwAQKDSZT7N9OTGWbTrs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "e92039b55bcd58469325ded85d4f58dd5a4eaf58", "rev": "e2605d0744c2417b09f8bf850dfca42fcf537d34",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "nixos-unstable", "ref": "nixos-24.11",
"type": "indirect" "type": "indirect"
} }
}, },
"root": { "root": {
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"nixpkgs-unstable": "nixpkgs-unstable" "nixpkgs": "nixpkgs"
} }
}, },
"systems": { "systems": {

View file

@ -3,7 +3,7 @@
inputs = { inputs = {
nixpkgs = { nixpkgs = {
url = "nixpkgs/nixos-unstable"; url = "nixpkgs/nixos-24.11";
}; };
flake-utils = { flake-utils = {
url = "github:numtide/flake-utils"; url = "github:numtide/flake-utils";
@ -14,7 +14,7 @@
nixpkgs, nixpkgs,
flake-utils, flake-utils,
... ...
} @ inputs: }:
flake-utils.lib.eachDefaultSystem flake-utils.lib.eachDefaultSystem
( (
system: let system: let
@ -35,7 +35,7 @@
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
}; };
in in
pkgs.buildGo121Module { pkgs.buildGoModule {
inherit pname src version vendorHash; inherit pname src version vendorHash;
meta = { meta = {