Merge pull request #130690 from r-ryantm/auto-update/disfetch

disfetch: 1.24 -> 2.2
This commit is contained in:
Sandro 2021-07-27 07:58:20 +00:00 committed by GitHub
commit be656845dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "disfetch";
version = "1.24";
version = "2.2";
src = fetchFromGitHub {
owner = "llathasa-veleth";
repo = "disfetch";
rev = version;
sha256 = "sha256-Uoc5xSyLXXEqdyYn71NK8c8A/1wQ6djYn/HHJwGg5vc=";
sha256 = "sha256-93nh1MDE2YO53lH2jDdKxgHh6v2KkAFo2Oyg+6ZpD+M=";
};
dontBuild = true;