We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 900326f commit 2c96395Copy full SHA for 2c96395
pkgs/os-specific/linux/android-udev-rules/default.nix
@@ -6,13 +6,13 @@
6
7
stdenv.mkDerivation rec {
8
name = "android-udev-rules-${version}";
9
- version = "20170125";
+ version = "20170202";
10
11
src = fetchFromGitHub {
12
owner = "M0Rf30";
13
repo = "android-udev-rules";
14
rev = version;
15
- sha256 = "16m7w6f9rlsb2l8hwh8rf9i6x7zm2awdagg9fqlla7arhx8rnh0q";
+ sha256 = "0apl22i27kgwld670wrlf5lv6iknx57grjbw0x0h4q0il2k4nmn7";
16
};
17
18
installPhase = ''
0 commit comments