Skip to content

Commit

Permalink
eh
Browse files Browse the repository at this point in the history
  • Loading branch information
dvtfl committed Aug 4, 2024
1 parent d7f44cf commit ae1099a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/updated/hashlink.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ hashlink, lib, fetchFromGitHub }:
hashlink.overrideAttrs (finalAttrs: previousAttrs: {
version = "1.4.0";
version = "1.14";
src = fetchFromGitHub {
owner = "HaxeFoundation";
repo = "hashlink";
rev = finalAttrs.version;
sha256 = lib.fakeHash;
sha256 = "sha256-rXw56zoFpLMzz8U3RHWGBF0dUFCUTjXShUEhzp2Qc5g=";
};

postInstall = let
Expand Down

0 comments on commit ae1099a

Please sign in to comment.