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

disfetch: 1.18 -> 1.20
This commit is contained in:
Fabian Affolter 2021-03-05 08:47:51 +01:00 committed by GitHub
commit 949ab1fb96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,13 +4,13 @@
stdenv.mkDerivation rec {
pname = "disfetch";
version = "1.18";
version = "1.20";
src = fetchFromGitHub {
owner = "llathasa-veleth";
repo = "disfetch";
rev = version;
sha256 = "sha256-n1KfzxK1F1dji1/HG40vubNQ+R270+Ss0WCQivuVweE=";
sha256 = "sha256-P5Sq8ld6pPACHn7iOJ9Uk+zR8ZLxHVvnRyFfkfGGv6I=";
};
dontBuild = true;