Skip to content

Commit

Permalink
ripdrag: 0.4.4 -> 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Nov 18, 2023
1 parent 9060269 commit 2986221
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.4";
version = "0.4.5";

src = fetchFromGitHub {
owner = "nik012003";
repo = "ripdrag";
rev = "v${version}";
hash = "sha256-GWNu970nyD4E2mWghOtHnuvVYGhgZ87zNCNxSpxOsgQ=";
hash = "sha256-mU2S4DhS2KXO7uIMBhJvaTjLpkFCljyEVoPcq4b2jKc=";
};

cargoHash = "sha256-aN+25hhE6LhI8M+enyzsfSTARIxbY36mdeP70rjBJQ8=";
cargoHash = "sha256-PWFNLtEXIgZ0RheDS5j9/MMXgzFjgCJKMi/51Z2ta8I=";

nativeBuildInputs = [ pkg-config wrapGAppsHook4 ];

Expand Down

0 comments on commit 2986221

Please sign in to comment.