mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
9 lines
212 B
Nix
9 lines
212 B
Nix
{ fetchFromGitHub }:
|
|
|
|
fetchFromGitHub {
|
|
owner = "skaes";
|
|
repo = "rvm-patchsets";
|
|
rev = "68be466019aa592e0321e894487f090aa459d602";
|
|
sha256 = "12dw5shirnqbw037jg1sqk1aixyzl32w94y2nlan9by3cv7k3643";
|
|
}
|