Skip to content

Commit

Permalink
android-udev-rules: 2017010 -> 2017012
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jan 27, 2017
1 parent 129c4eb commit c2a7c44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/android-udev-rules/default.nix
Expand Up @@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
name = "android-udev-rules-${version}";
version = "20170109";
version = "20170125";

src = fetchFromGitHub {
owner = "M0Rf30";
repo = "android-udev-rules";
rev = version;
sha256 = "1fxr6iyb70swmmp46xvx8iz9h6xj7x6q9yfdsl958zd63j8sjzjr";
sha256 = "16m7w6f9rlsb2l8hwh8rf9i6x7zm2awdagg9fqlla7arhx8rnh0q";
};

installPhase = ''
Expand Down

0 comments on commit c2a7c44

Please sign in to comment.