Skip to content

Commit

Permalink
android-udev-rules: 20171014 -> 20171031
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 2, 2017
1 parent 740d300 commit 7c8ec77
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 = "20171014";
version = "20171031";

src = fetchFromGitHub {
owner = "M0Rf30";
repo = "android-udev-rules";
rev = version;
sha256 = "15mqngwv7x2xpdsaiga33lb0s9hcrhnambcv9fp6jvgkf6604cdr";
sha256 = "0h9rp1bmry81lybly9x7qjdmaq0sj0m1ybl237qly8zqw7ywv5la";
};

installPhase = ''
Expand Down

0 comments on commit 7c8ec77

Please sign in to comment.