pinned templ to latest stable
This commit is contained in:
parent
827d3052c9
commit
dfdbf2b63e
2 changed files with 5 additions and 4 deletions
|
@ -81,16 +81,17 @@
|
||||||
"xc": "xc"
|
"xc": "xc"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1704923336,
|
"lastModified": 1706214713,
|
||||||
"narHash": "sha256-aS/k5kkf8kShS5hoyHjnGCZrDnJxawstO/hzTcBPziY=",
|
"narHash": "sha256-A99GBzxmrAhjPzo5qj6V3YWkQJavs9j9beMtNYqGnqo=",
|
||||||
"owner": "a-h",
|
"owner": "a-h",
|
||||||
"repo": "templ",
|
"repo": "templ",
|
||||||
"rev": "914bc73f8030166c9f8bd46af62f5f9bb2c3b089",
|
"rev": "a52176dbbc60c2ad89d7b17095ea0c12232b974b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "a-h",
|
"owner": "a-h",
|
||||||
"repo": "templ",
|
"repo": "templ",
|
||||||
|
"rev": "a52176dbbc60c2ad89d7b17095ea0c12232b974b",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
# Nixpkgs / NixOS version to use.
|
# Nixpkgs / NixOS version to use.
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
templ.url = "github:a-h/templ";
|
templ.url = "github:a-h/templ/a52176dbbc60c2ad89d7b17095ea0c12232b974b";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, templ }:
|
outputs = { self, nixpkgs, templ }:
|
||||||
|
|
Loading…
Reference in a new issue