android-udev-rules: 20231124 -> 20231207

This commit is contained in:
R. Ryantm 2023-12-13 03:54:09 +00:00
parent 90c3374749
commit 81c97f004c

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "android-udev-rules";
version = "20231124";
version = "20231207";
src = fetchFromGitHub {
owner = "M0Rf30";
repo = "android-udev-rules";
rev = version;
hash = "sha256-pDAAC8RibPtkhVVz5WPj/eUjz0A+8bZt/pjzG8zpaE4=";
hash = "sha256-wNGIDOHbQ4qtKqtGqLOGEopWgnox3cATY77daRNVUFM=";
};
installPhase = ''