Merge pull request #222325 from q60/patch-2

disfetch: 3.6 -> 3.7
This commit is contained in:
figsoda 2023-03-21 09:13:09 -04:00 committed by GitHub
commit 6c6ecf05c6
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.6";
version = "3.7";
src = fetchFromGitHub {
owner = "q60";
repo = "disfetch";
rev = version;
sha256 = "sha256-/Not2jNwk3jX8TLN7CT3JXDilatSYXPaudGKNAgQDPY=";
sha256 = "sha256-xzOE+Pnx0qb3B9vWWrF5Q0nhUo0QYBUO6j6al8N3deY=";
};
dontBuild = true;