radeontop: 2016-07-04 -> 2016-10-28

This is actually version 1.0 but to support `nix-env -u` we continue
using the release date.
This commit is contained in:
Robert Helgesson 2017-01-20 21:22:03 +01:00
parent 5cf1a4d36a
commit ba4687c3ea
No known key found for this signature in database
GPG Key ID: C3DB11069E65DC86

View File

@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "radeontop-${version}";
version = "2016-07-04";
version = "2016-10-28";
src = fetchFromGitHub {
sha256 = "07pj5c3shnxljwq0hkksw7qnp8kb3n5ngihdmi4fqbmyz8in2vm5";
rev = "bb3ed18aa8877f2816348ca9f016bb61d67e636f";
sha256 = "0y4rl8pm7p22s1ipyb75mlsk9qb6j4rd6nlqb3digmimnyxda1q3";
rev = "v1.0";
repo = "radeontop";
owner = "clbr";
};