pinned templ to latest stable

This commit is contained in:
Nickiel12 2024-02-08 18:07:03 -08:00
parent 827d3052c9
commit dfdbf2b63e
2 changed files with 5 additions and 4 deletions

View file

@ -81,16 +81,17 @@
"xc": "xc"
},
"locked": {
"lastModified": 1704923336,
"narHash": "sha256-aS/k5kkf8kShS5hoyHjnGCZrDnJxawstO/hzTcBPziY=",
"lastModified": 1706214713,
"narHash": "sha256-A99GBzxmrAhjPzo5qj6V3YWkQJavs9j9beMtNYqGnqo=",
"owner": "a-h",
"repo": "templ",
"rev": "914bc73f8030166c9f8bd46af62f5f9bb2c3b089",
"rev": "a52176dbbc60c2ad89d7b17095ea0c12232b974b",
"type": "github"
},
"original": {
"owner": "a-h",
"repo": "templ",
"rev": "a52176dbbc60c2ad89d7b17095ea0c12232b974b",
"type": "github"
}
},

View file

@ -4,7 +4,7 @@
# Nixpkgs / NixOS version to use.
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
templ.url = "github:a-h/templ";
templ.url = "github:a-h/templ/a52176dbbc60c2ad89d7b17095ea0c12232b974b";
};
outputs = { self, nixpkgs, templ }: