6 lines
145 B
Nix
6 lines
145 B
Nix
|
|
import ./generic.nix rec {
|
||
|
|
version = "5.4.4";
|
||
|
|
tag = "v${version}";
|
||
|
|
sourceSha256 = "sha256-vHcMlWr/Dy5CnX165ihpCKNTVvw1eWncxzPho+73wB0=";
|
||
|
|
}
|