Skip to content

Commit

Permalink
ludusavi: 0.25.0 -> 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 29, 2024
1 parent 42db630 commit aa28a21
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.25.0";
version = "0.26.0";

src = fetchFromGitHub {
owner = "mtkennerly";
repo = "ludusavi";
rev = "v${version}";
hash = "sha256-GjecssOc5xVni73uNRQ/GaZmIdM9r09I8GpPK+jwoAY=";
hash = "sha256-nmgzQgTwxdFLbZvpMtMNkxeu0/XmHb/BOYqaivRDQvM=";
};

cargoHash = "sha256-9QaQjb7bdDl4NWKbV+dfu9BgFU8NO3CZEvKSXujMUtI=";
cargoHash = "sha256-bRtAV+sWBtW7viIMeBhW/TS0vGPa3CyaUfYMIH+RdfY=";

nativeBuildInputs = [
cmake
Expand Down

0 comments on commit aa28a21

Please sign in to comment.