Skip to content

Commit

Permalink
open-stage-control: update deps hash
Browse files Browse the repository at this point in the history
  • Loading branch information
winterqt committed Nov 21, 2022
1 parent 009a234 commit 814a0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/audio/open-stage-control/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildNpmPackage rec {
./package-lock.json.patch
];

npmDepsHash = "sha256-UF3pZ+SlrgDLqntciXRNbWfpPMtQw1DXl41x9r37QN4=";
npmDepsHash = "sha256-SGLcFjPnmhFoeXtP4gfGr4Qa1dTaXwSnzkweEvYW/1k=";

nativeBuildInputs = [
copyDesktopItems
Expand Down

2 comments on commit 814a0bc

@lilyinstarlight
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I apologize for not testing this package before the PR was merged, but this build is failing in Hydra and locally now due to hash mismatch. The correct hash seems to be sha256-4TmESCUgpCfu7MeO6UmdveKxraYAYTeG4eM8HPvHsP4=, which I'm going to open a PR to update it with

How did you generate this hash @winterqt, via prefetch-npm-deps? (I get yet another hash when using prefetch-npm-deps myself it seems, sha256-zkeYrYmf4rQi6c6E2n4Y3v7/Hohm+KQv8DSLkr5g2/M=)

@winterqt
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lilyinstarlight This was something I ran into earlier, but was never able to reproduce. I've messaged you on Matrix so we can debug further, please take a look -- I really want to get to the bottom of this :)

Please sign in to comment.