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

disfetch: 1.21 -> 1.22
This commit is contained in:
Fabian Affolter 2021-04-10 13:40:44 +02:00 committed by GitHub
commit cdf1b1eae6
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.21";
version = "1.22";
src = fetchFromGitHub {
owner = "llathasa-veleth";
repo = "disfetch";
rev = version;
sha256 = "sha256-AAfpv1paEnHu1S2B8yC0hyYOj5deKTkCyLGvp6Roz64=";
sha256 = "sha256-fNmoaEwRrm6EFe+BwOTwAs1THMYhcal1eshXf+1mVQg=";
};
dontBuild = true;