Skip to content

Commit

Permalink
Merge pull request #325161 from r-ryantm/auto-update/ludusavi
Browse files Browse the repository at this point in the history
ludusavi: 0.24.1 -> 0.24.3
  • Loading branch information
h7x4 authored Jul 10, 2024
2 parents e166a7b + b32db7b commit ba6e3dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/backup/ludusavi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@

rustPlatform.buildRustPackage rec {
pname = "ludusavi";
version = "0.24.1";
version = "0.24.3";

src = fetchFromGitHub {
owner = "mtkennerly";
repo = "ludusavi";
rev = "v${version}";
hash = "sha256-nRNXVJJcpZmAfZwDEBaEFlry1gbITWEw0khtsXnMdm0=";
hash = "sha256-FtLLj5uFcKuRTCSsSuyj0XGzFMVWQvVk4dTmBCmzfNs=";
};

cargoHash = "sha256-E5TaE4TlRA0wmRUiwFqivs18X6oiBCmeXrPI1GxKFBI=";
cargoHash = "sha256-xC6HiXt8cfrDtno9IrOe8SP7WBL79paLI223fjxPsbg=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit ba6e3dc

Please sign in to comment.