Skip to content

Commit 59b04b8

Browse files
authored
turborepo-remote-cache: 2.7.0 -> 2.7.2 (#487501)
2 parents 83c83d9 + 5e3e999 commit 59b04b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/tu/turborepo-remote-cache/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
}:
1313
stdenvNoCC.mkDerivation (finalAttrs: {
1414
pname = "turborepo-remote-cache";
15-
version = "2.7.0";
15+
version = "2.7.2";
1616

1717
src = fetchFromGitHub {
1818
owner = "ducktors";
1919
repo = "turborepo-remote-cache";
2020
tag = "v${finalAttrs.version}";
21-
hash = "sha256-ySMZZ9rhVNkoJzz9g1ZxfnL67xGjN2WbirINJMKQqN4=";
21+
hash = "sha256-OSqQ1unaQa2f0ANfCkxS9yJKiWUd1FLil3GE+BrQhoA=";
2222
};
2323

2424
pnpmDeps = fetchPnpmDeps {
2525
inherit (finalAttrs) pname version src;
2626
pnpm = pnpm_10;
2727
fetcherVersion = 3;
28-
hash = "sha256-i8kXC9bRit9S1TPV9uixCkkn3KahRu/hhBeDyHm6MBc=";
28+
hash = "sha256-CJE8fZEgde06Mm3sg9tRfbU/5jHT9caP67ODWCjQyJI=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)