mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
turborepo-remote-cache: 2.11.5 -> 2.12.0 (#551529)
This commit is contained in:
@@ -13,13 +13,13 @@
|
||||
}:
|
||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
pname = "turborepo-remote-cache";
|
||||
version = "2.11.5";
|
||||
version = "2.12.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ducktors";
|
||||
repo = "turborepo-remote-cache";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-ead756AFzGbPPEcq1pX7k5lYSGGwv+knjtBsoCu8epk=";
|
||||
hash = "sha256-jyNH/JAUQ4QinL1C3gmpZw7M5ZQmoQ2Yk2Gc4uYyeV0=";
|
||||
};
|
||||
|
||||
pnpmDeps = fetchPnpmDeps {
|
||||
|
||||
Reference in New Issue
Block a user