nix: update to the latest zon2nix (#12299)

This commit is contained in:
Mitchell Hashimoto
2026-04-15 09:26:29 -07:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

16
flake.lock generated
View File

@@ -109,11 +109,11 @@
]
},
"locked": {
"lastModified": 1775995979,
"narHash": "sha256-oeBCM9k5SLOTFfcWJKtL2gX+HOnE6+9/M6p+WfT25pY=",
"lastModified": 1776208985,
"narHash": "sha256-IOuRFpbeQ9jSk54OURX5yvjoC759ujgSNjkMKpChdDA=",
"ref": "refs/heads/main",
"rev": "d6cec52cd4a55bc9cd4711828a2b74cfacf66b68",
"revCount": 1663,
"rev": "e8ee348125247e7bd74932cc42ac92df90961d5b",
"revCount": 1666,
"type": "git",
"url": "https://codeberg.org/jcollie/zig-overlay.git"
},
@@ -130,16 +130,16 @@
"zig": "zig_2"
},
"locked": {
"lastModified": 1776048155,
"narHash": "sha256-aRhvYX6QFGdRVgyWeItzpMFw/43IuEFKTd5fO0B96fo=",
"lastModified": 1776269939,
"narHash": "sha256-tOGsI1d1Xk1PYapQJ/ByG0utbWXJasIna/fUib+/b5A=",
"owner": "jcollie",
"repo": "zon2nix",
"rev": "7d1743d10d3dd417a4d3496abe8320e560173141",
"rev": "cc467a77c2ebcd9aab84024196abfc37eaf1007d",
"type": "github"
},
"original": {
"owner": "jcollie",
"ref": "0.16",
"ref": "main",
"repo": "zon2nix",
"type": "github"
}

View File

@@ -32,7 +32,7 @@
};
zon2nix = {
url = "github:jcollie/zon2nix?ref=0.16";
url = "github:jcollie/zon2nix?ref=main";
inputs = {
nixpkgs.follows = "nixpkgs";
};