Skip to content

Commit

Permalink
can-utils: 20140427 -> 20170830
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz committed Sep 5, 2017
1 parent 6f7f5b5 commit bdd7630
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/can-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ stdenv.mkDerivation rec {
name = "can-utils-${version}";
# There are no releases (source archives or git tags), so use the date of the
# latest commit in git master as version number.
version = "20140227";
version = "20170830";

src = fetchFromGitHub {
owner = "linux-can";
repo = "can-utils";
rev = "67a2bdcd336e6becfa5784742e18c88dbeddc973";
sha256 = "1v73b0nk1kb3kp5nbxp4xiygny6nfjgjnm7zgzrjgryvdrnws32z";
rev = "5b518a0a5fa56856f804372a6b99b518dedb5386";
sha256 = "1ygzp8rjr8f1gs48mb1pz7psdgbfhlvr6kjdnmzbsqcml06zvrpr";
};

preConfigure = ''makeFlagsArray+=(PREFIX="$out")'';
Expand Down

0 comments on commit bdd7630

Please sign in to comment.