Skip to content

Commit

Permalink
sagoin: 0.2.3 -> 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Sep 16, 2024
1 parent 69df3ac commit 6b516a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/sagoin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];

Expand Down

0 comments on commit 6b516a6

Please sign in to comment.