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

android-udev-rules: 20231207 -> 20240114
This commit is contained in:
Nick Cao 2024-01-21 11:26:14 -05:00 committed by GitHub
commit 19ad0a1d03
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 = "20231207";
version = "20240114";
src = fetchFromGitHub {
owner = "M0Rf30";
repo = "android-udev-rules";
rev = version;
hash = "sha256-wNGIDOHbQ4qtKqtGqLOGEopWgnox3cATY77daRNVUFM=";
hash = "sha256-qf+KcEcWOsgLMifUOqNbi5t4s62p1gUfna45MyD01U0=";
};
installPhase = ''