Merge pull request #322522 from r-ryantm/auto-update/android-udev-rules

android-udev-rules: 20240221 -> 20240625
This commit is contained in:
Nick Cao 2024-06-26 18:39:16 -04:00 committed by GitHub
commit 6db31a185f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "android-udev-rules";
version = "20240221";
version = "20240625";
src = fetchFromGitHub {
owner = "M0Rf30";
repo = "android-udev-rules";
rev = version;
hash = "sha256-Zbztl8ZFLS2UME8LtbahINKk6OUG5jo0O07awMXCPWY=";
hash = "sha256-SlUZElep8ZBkYl+5VPDESZ5sKwIQ+xa0+pB4WmJkNt8=";
};
installPhase = ''