Skip to content

Commit

Permalink
albyhub: 1.12.0 -> 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bleetube committed Feb 25, 2025
1 parent 88d0fe1 commit b73a17e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/al/albyhub/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ in

buildGoModule rec {
pname = "albyhub";
version = "1.12.0";
version = "1.14.3";

src = fetchFromGitHub {
owner = "getAlby";
repo = "hub";
rev = "v${version}";
hash = "sha256-m3ImIz9qQVFZAjZPuVFkGANhWFIJp0uGDknfhouHHBo=";
hash = "sha256-fvmN2moxXIcd1meQq/zSGKOVEV07arM0Ct8hjOa1mD4=";
};

vendorHash = "sha256-N6HmwmalHLhuO918i1L7GeoEme1/VNDzVtOKo2t6K98=";
vendorHash = "sha256-Kc8R4SIb+XiWS01sHvISzL0b5tM2t0cJgae1ZnoNsIo=";

nativeBuildInputs = [
fixup-yarn-lock
Expand Down

0 comments on commit b73a17e

Please sign in to comment.