mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-28 16:43:58 +00:00
8 lines
217 B
Nix
8 lines
217 B
Nix
rec {
|
|
version = "0.13.0";
|
|
rev = version;
|
|
hash = "sha256-5IqJ/lvozXzc7LRUzxpG04M3Nir+3h+GoL7dqTgC9J8=";
|
|
cargoHash = "sha256-0hbE2ZH7daw/VQLe51CxOIborABDF0x00kTyx9NCs9g=";
|
|
updateScript = ./update-stable.sh;
|
|
}
|