mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
android-udev-rules: update package
This commit is contained in:
parent
5fc747f23b
commit
c40e9abc93
@ -1,10 +1,10 @@
|
||||
{ stdenv, fetchgit }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "android-udev-rules-2015-02-28";
|
||||
name = "android-udev-rules-20150301";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://github.com/M0Rf30/android-udev-rules";
|
||||
url = "https://github.com/M0Rf30/android-udev-rules";
|
||||
rev = "2cc51a456ccfbca338c4e6b76211645aaac631e9";
|
||||
sha256 = "dbf1614cebb466d1adbcc5f17cefc0c37f148f9e3b46443b3e82f6cd19a1514f";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user