ripdrag: 0.4.10 -> 0.4.11

This commit is contained in:
R. Ryantm
2025-10-31 11:02:46 +00:00
parent 55fc1b11fa
commit 9797ef150f

View File

@@ -9,16 +9,16 @@
rustPlatform.buildRustPackage rec {
pname = "ripdrag";
version = "0.4.10";
version = "0.4.11";
src = fetchFromGitHub {
owner = "nik012003";
repo = "ripdrag";
rev = "v${version}";
hash = "sha256-aK/1f56sHspohbYO0z2Hf1NDJsN8Dbf1NoL/QadbVSY=";
hash = "sha256-1IUS0PNzIoSrlBXQrUmw/lXUD8auVVKhu/irSoYoK6w=";
};
cargoHash = "sha256-w6gy149pbzRmN3XnRqMZuxAsKGXUglQpn/7g9L8+rZU=";
cargoHash = "sha256-LtkSGu261rPFgofaD/t2rSilxUPL6eHBpd/Tz9gR8ZM=";
nativeBuildInputs = [
pkg-config