waytrogen: 0.7.2 -> 0.7.3

This commit is contained in:
R. Ryantm 2025-07-05 14:22:38 +00:00
parent a2024a3842
commit 0c08acabbf

View File

@ -18,19 +18,19 @@
stdenv.mkDerivation rec {
pname = "waytrogen";
version = "0.7.2";
version = "0.7.3";
src = fetchFromGitHub {
owner = "nikolaizombie1";
repo = "waytrogen";
tag = version;
hash = "sha256-OO7HHmTa5qH0lFl+ZnsJMo4MxQCRnKn7kkO2BOGt8PA=";
hash = "sha256-vFzOGadWR5xwhIKrKPHoAHstoeyFw4GrS5aYlpvEF5E=";
};
useFetchCargoVendor = true;
cargoDeps = rustPlatform.fetchCargoVendor {
inherit pname version src;
hash = "sha256-S+JW6OvmB9vj9cR9/qnw5EIECjpD8JPhxfgwDEEtlC0=";
hash = "sha256-k6n6aWEJ/8Dkbd68CJfJ7kbRTltCuQ4AtZ5dALFD3lU=";
};
nativeBuildInputs = [