summary refs log tree commit diff
path: root/pkgs/development/tools/yarn2nix-moretea/fetch-source.nix
blob: fc9b149887a5994df724a358ae6a821574564175 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ pkgs ? (import ../../../../. {})
, fetchFromGitHub ? pkgs.fetchFromGitHub
}:

fetchFromGitHub {
  owner  = "moretea";
  repo   = "yarn2nix";
  rev    = "9e7279edde2a4e0f5ec04c53f5cd64440a27a1ae";
  sha256 = "0zz2lrwn3y3rb8gzaiwxgz02dvy3s552zc70zvfqc0zh5dhydgn7";
}