Skip to content

Commit 260e3c9

Browse files
blutgang: 0.3.0-canary2 -> Blutgang-0.3.0
Diff: rainshowerLabs/blutgang@0.3.0-canary2...Blutgang-0.3.0
1 parent e05b9bc commit 260e3c9

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.0-canary2";
9+
version = "Blutgang-0.3.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "rainshowerLabs";
1313
repo = pname;
1414
rev = version;
15-
hash = "sha256-xjDieJgN7BzyCzeKMd3X7dwl/hOnqFPGCtZzlAbVGdI=";
15+
hash = "sha256-Igud4x/bY6Cfc1CdGEbsmvjC//0YjA1IHkQBE94Wnkw=";
1616
};
1717

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

26-
cargoHash = "sha256-pSdNGmwBCejQbjtfi7YhQmfpoMs9Gxf+6qusD8YSiFc=";
26+
cargoHash = "sha256-Zyvdz3kgT3hqmgQggqHtoxfPBGplL2fhcnEQbB84InQ=";
2727

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

0 commit comments

Comments
 (0)