mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
6 lines
165 B
Nix
6 lines
165 B
Nix
|
import ./generic.nix {
|
||
|
version = "22.03.5";
|
||
|
hash = "sha256-DMDWR7Dbgak0azPcVqDdFHGovTbLX8byp+jQ3rYvvX4=";
|
||
|
updateScriptArgs = "--lts=true --regex '22.03.*'";
|
||
|
}
|