Skip to content

Commit 2c96395

Browse files
committedFeb 6, 2017
android-udev-rules: 20170125 -> 20170202
1 parent 900326f commit 2c96395

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/os-specific/linux/android-udev-rules/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
stdenv.mkDerivation rec {
88
name = "android-udev-rules-${version}";
9-
version = "20170125";
9+
version = "20170202";
1010

1111
src = fetchFromGitHub {
1212
owner = "M0Rf30";
1313
repo = "android-udev-rules";
1414
rev = version;
15-
sha256 = "16m7w6f9rlsb2l8hwh8rf9i6x7zm2awdagg9fqlla7arhx8rnh0q";
15+
sha256 = "0apl22i27kgwld670wrlf5lv6iknx57grjbw0x0h4q0il2k4nmn7";
1616
};
1717

1818
installPhase = ''

0 commit comments

Comments
 (0)
Please sign in to comment.