Skip to content

Commit

Permalink
ripdrag: 0.4.9 -> 0.4.10 (NixOS#339159)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Sep 6, 2024
2 parents 9ee538d + 76d321a commit 907887d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/ripdrag/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "ripdrag";
version = "0.4.9";
version = "0.4.10";

src = fetchFromGitHub {
owner = "nik012003";
repo = "ripdrag";
rev = "v${version}";
hash = "sha256-fsCIyaGCLwf1T8xyVCTjg51TXS8v0l9dBHRB8wdyN5g=";
hash = "sha256-aK/1f56sHspohbYO0z2Hf1NDJsN8Dbf1NoL/QadbVSY=";
};

cargoHash = "sha256-ZzD+WkmvZX4YXtOwWHw/7t9N/xgKWrMfCThcYFyHG/g=";
cargoHash = "sha256-9POXKvbt1Xr1wKYHhfLb14puKorLIlT1ckzEVd6eWa0=";

nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];

Expand Down

0 comments on commit 907887d

Please sign in to comment.