Your one-stop-cake-shop for everything Freshly Baked has to offer

fix(pm/bluesky): bump dependencies hash #93

merged opened by a.starrysky.fyi targeting main from private/minion/push-xuymztvqlpwy

Nix has a behavior where if you provide a hash, even if the recipe for a derivation changes nix will not recompute the derivation - provided it's still in the store. This was causing us trouble with our pds dependencies after the recent npins bump

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3m2tetrvrs522
+1 -1
Diff #0
+1 -1
packetmix/packages/bluesky-pds/default.nix
··· 35 35 pnpmDeps = pnpm_9.fetchDeps { 36 36 inherit (finalAttrs) pname version src; 37 37 fetcherVersion = 2; 38 - hash = "sha256-AwwlG9ZjAc0TWavM7pOJE77Owfxw+3xjMjfjpJ9z54I="; 38 + hash = "sha256-3Q3k2zTAyJHWunOLU/CuCaNljmPf9r3ONUjZ/0vno8s="; 39 39 }; 40 40 41 41 buildPhase = ''

History

1 round 0 comments
sign up or login to add to the discussion
a.starrysky.fyi submitted #0
1 commit
expand
fix(pm/bluesky): bump dependencies hash
expand 0 comments
pull request successfully merged