mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-31 12:44:44 +00:00
6 lines
145 B
Nix
6 lines
145 B
Nix
import ./generic.nix rec {
|
|
version = "5.4.6";
|
|
tag = "v${version}";
|
|
sourceSha256 = "sha256-2riqX1H+h6710roYqa4iP/dJCY/P55OCs/Aw9K+7D7w=";
|
|
}
|