sagoin: 0.2.3 -> 0.2.4 (#342423)

This commit is contained in:
nicoo 2024-09-17 13:34:43 +00:00 committed by GitHub
commit 232996c3e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,16 +8,16 @@
rustPlatform.buildRustPackage rec {
pname = "sagoin";
version = "0.2.3";
version = "0.2.4";
src = fetchFromGitHub {
owner = "figsoda";
repo = pname;
rev = "v${version}";
hash = "sha256-/WNUDlJxxUGAtykX44A9EqMdBNwVKsGkPnq9pATmLEQ=";
hash = "sha256-zXYjR9ZFNX2guUSeMN/G77oBIlW3AowFWA4gwID2jQs=";
};
cargoHash = "sha256-YGQZR5n71srD/8QrBUOoEe72nPm0cwgk5zrzoXy2Hx0=";
cargoHash = "sha256-NMv48gv3RUIjBRD2XuOhmS32d+MjZ/tP/ZhpRuyulgE=";
nativeBuildInputs = [ installShellFiles ];