Skip to content

Commit 676ac74

Browse files
committed
alioth: 0.3.0 -> 0.4.0
1 parent e83916a commit 676ac74

File tree

2 files changed

+3
-82
lines changed

2 files changed

+3
-82
lines changed

pkgs/alioth-blk-ro.patch

Lines changed: 0 additions & 75 deletions
This file was deleted.

pkgs/alioth.nix

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,16 @@
33

44
rustPlatform.buildRustPackage rec {
55
pname = "alioth";
6-
version = "0.3.0";
6+
version = "0.4.0";
77

88
src = fetchFromGitHub {
99
owner = "google";
1010
repo = pname;
1111
rev = "v${version}";
12-
hash = "sha256-brlbLjlpOYz+Qzn2IG9y6ty+yF6MohG5IhI+BHu6LuA=";
12+
hash = "sha256-Dyev6cZSCzia9PN2+QiiqARCt/OT9NcGnrgF7womvUg=";
1313
};
1414

15-
patches = [
16-
./alioth-blk-ro.patch
17-
];
18-
19-
cargoHash = "sha256-jRyRy1aKLk92bUvw4Q4lE8q7bnTDgJ7pWCMIW4nBo1A=";
15+
cargoHash = "sha256-4oN0v77VQHpyS/fXefYQPuslBAkDuTpjNPE1UiQ/Rz0=";
2016
separateDebugInfo = true;
2117

2218
# TODO: Broken

0 commit comments

Comments
 (0)