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

disfetch: 3.3 -> 3.6
This commit is contained in:
Bobby Rong 2022-02-11 18:28:59 +08:00 committed by GitHub
commit 92399126b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "disfetch";
version = "3.3";
version = "3.6";
src = fetchFromGitHub {
owner = "q60";
repo = "disfetch";
rev = version;
sha256 = "sha256-pKjSEK0DuQf2rBkOtqRhfhnpEHMqvmXwzKrwKL/T3QU=";
sha256 = "sha256-/Not2jNwk3jX8TLN7CT3JXDilatSYXPaudGKNAgQDPY=";
};
dontBuild = true;