Skip to content

Commit 6b516a6

Browse files
committed
1 parent 69df3ac commit 6b516a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/tools/misc/sagoin/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "sagoin";
11-
version = "0.2.3";
11+
version = "0.2.4";
1212

1313
src = fetchFromGitHub {
1414
owner = "figsoda";
1515
repo = pname;
1616
rev = "v${version}";
17-
hash = "sha256-/WNUDlJxxUGAtykX44A9EqMdBNwVKsGkPnq9pATmLEQ=";
17+
hash = "sha256-zXYjR9ZFNX2guUSeMN/G77oBIlW3AowFWA4gwID2jQs=";
1818
};
1919

20-
cargoHash = "sha256-YGQZR5n71srD/8QrBUOoEe72nPm0cwgk5zrzoXy2Hx0=";
20+
cargoHash = "sha256-NMv48gv3RUIjBRD2XuOhmS32d+MjZ/tP/ZhpRuyulgE=";
2121

2222
nativeBuildInputs = [ installShellFiles ];
2323

0 commit comments

Comments
 (0)