Skip to content

Commit

Permalink
alioth: 0.3.0 -> 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Jul 24, 2024
1 parent e83916a commit 676ac74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 82 deletions.
75 changes: 0 additions & 75 deletions pkgs/alioth-blk-ro.patch

This file was deleted.

10 changes: 3 additions & 7 deletions pkgs/alioth.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,16 @@

rustPlatform.buildRustPackage rec {
pname = "alioth";
version = "0.3.0";
version = "0.4.0";

src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
hash = "sha256-brlbLjlpOYz+Qzn2IG9y6ty+yF6MohG5IhI+BHu6LuA=";
hash = "sha256-Dyev6cZSCzia9PN2+QiiqARCt/OT9NcGnrgF7womvUg=";
};

patches = [
./alioth-blk-ro.patch
];

cargoHash = "sha256-jRyRy1aKLk92bUvw4Q4lE8q7bnTDgJ7pWCMIW4nBo1A=";
cargoHash = "sha256-4oN0v77VQHpyS/fXefYQPuslBAkDuTpjNPE1UiQ/Rz0=";
separateDebugInfo = true;

# TODO: Broken
Expand Down

0 comments on commit 676ac74

Please sign in to comment.