Skip to content

Commit

Permalink
hsd: 6.1.1 -> 7.0.0 (#363777)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored Dec 22, 2024
2 parents a46c391 + 1310ec6 commit e6a6f4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/hs/hsd/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildNpmPackage rec {
pname = "hsd";
version = "6.1.1";
version = "7.0.0";

src = fetchFromGitHub {
owner = "handshake-org";
repo = "hsd";
rev = "v${version}";
hash = "sha256-T57kDEQwHIyW7xVXrzjJdUcocST9ks4x3JR8yytH8P4=";
hash = "sha256-Rsa4LTf5lImvCwwuu0FKbBb/QLLAbR8Vce/pWEQLhS0=";
};

npmDepsHash = "sha256-EBrCuRckBg42k6ZUoB25xObv3lULnSPNJ2nO9l/TWvA=";
npmDepsHash = "sha256-7zD0noREaq/VNQrf/9dOFXVOngcS6G4mHZAkyQLs/1Q=";

nativeBuildInputs = [
python3
Expand Down

0 comments on commit e6a6f4b

Please sign in to comment.