mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
6 lines
146 B
Nix
6 lines
146 B
Nix
import ./common.nix rec {
|
|
version = "1.3.8";
|
|
rev = "release-${version}";
|
|
sha256 = "1pw4ndwn9rr1cxw5qiw32r9la2z9zbjphgsqq1hj2yy4blwv419r";
|
|
}
|