We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae9d85 commit 68b3b58Copy full SHA for 68b3b58
pkgs/blutgang/default.nix
@@ -6,13 +6,13 @@
6
}:
7
rustPlatform.buildRustPackage rec {
8
pname = "blutgang";
9
- version = "0.3.1";
+ version = "0.3.6";
10
11
src = fetchFromGitHub {
12
owner = "rainshowerLabs";
13
repo = pname;
14
rev = "Blutgang-${version}";
15
- hash = "sha256-prJq1enn2bJdJieVjvq1vd7dCNBlg5ppymIwjU4pgzg=";
+ hash = "sha256-EAmmCvESMneYuoTEa8Qm5eYqJkkRDY8CqlfsER1Pq8s=";
16
};
17
18
nativeBuildInputs = [
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
23
openssl
24
];
25
26
- cargoHash = "sha256-bAHUcfRtefGsRgFMBY5JJ4QSstB8wApcdqz/pqSVpuk=";
+ cargoHash = "sha256-1G80j/lZrAlrgOLgpKyGYP9x6g/9kxXf3wmY2OcynFc=";
27
28
meta = {
29
description = "the wd40 of ethereum load balancers";
0 commit comments