android-udev-rules: 20240829 -> 20241019

This commit is contained in:
R. Ryantm 2024-10-19 17:14:02 +00:00
parent 39bcd40692
commit 0e6c70a9fd

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "android-udev-rules";
version = "20240829";
version = "20241019";
src = fetchFromGitHub {
owner = "M0Rf30";
repo = "android-udev-rules";
rev = version;
hash = "sha256-QrWEvNcPKSEJghQc0tqb/L71IqeMUmuJLyA0NtzacyY=";
hash = "sha256-ZKJhGobW3F339PBsIezMTbzouomYGxDJyFbJMGIeim4=";
};
installPhase = ''