Skip to content

Commit 68b3b58

Browse files
bbjubjub2494aldoborrero
authored andcommitted
blutgang: 0.3.1 -> 0.3.6
1 parent cae9d85 commit 68b3b58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/blutgang/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
rustPlatform.buildRustPackage rec {
88
pname = "blutgang";
9-
version = "0.3.1";
9+
version = "0.3.6";
1010

1111
src = fetchFromGitHub {
1212
owner = "rainshowerLabs";
1313
repo = pname;
1414
rev = "Blutgang-${version}";
15-
hash = "sha256-prJq1enn2bJdJieVjvq1vd7dCNBlg5ppymIwjU4pgzg=";
15+
hash = "sha256-EAmmCvESMneYuoTEa8Qm5eYqJkkRDY8CqlfsER1Pq8s=";
1616
};
1717

1818
nativeBuildInputs = [
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
2323
openssl
2424
];
2525

26-
cargoHash = "sha256-bAHUcfRtefGsRgFMBY5JJ4QSstB8wApcdqz/pqSVpuk=";
26+
cargoHash = "sha256-1G80j/lZrAlrgOLgpKyGYP9x6g/9kxXf3wmY2OcynFc=";
2727

2828
meta = {
2929
description = "the wd40 of ethereum load balancers";

0 commit comments

Comments
 (0)