Skip to content

Commit f866cae

Browse files
committedJun 13, 2017
android-udev-rules: 20170305 -> 20170612
1 parent d74f835 commit f866cae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎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 = "20170305";
9+
version = "20170612";
1010

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

1818
installPhase = ''

0 commit comments

Comments
 (0)
Please sign in to comment.