ripdrag: 0.4.4 -> 0.4.5

Diff: https://github.com/nik012003/ripdrag/compare/v0.4.4...v0.4.5

Changelog: https://github.com/nik012003/ripdrag/releases/tag/v0.4.5

figsoda 2986221e 90602698

+3 -3
+3 -3
pkgs/tools/misc/ripdrag/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "ripdrag"; 5 - version = "0.4.4"; 5 + version = "0.4.5"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "nik012003"; 9 9 repo = "ripdrag"; 10 10 rev = "v${version}"; 11 - hash = "sha256-GWNu970nyD4E2mWghOtHnuvVYGhgZ87zNCNxSpxOsgQ="; 11 + hash = "sha256-mU2S4DhS2KXO7uIMBhJvaTjLpkFCljyEVoPcq4b2jKc="; 12 12 }; 13 13 14 - cargoHash = "sha256-aN+25hhE6LhI8M+enyzsfSTARIxbY36mdeP70rjBJQ8="; 14 + cargoHash = "sha256-PWFNLtEXIgZ0RheDS5j9/MMXgzFjgCJKMi/51Z2ta8I="; 15 15 16 16 nativeBuildInputs = [ pkg-config wrapGAppsHook4 ]; 17 17