Merge pull request #248918 from r-ryantm/auto-update/rmlint

rmlint: 2.10.1 -> 2.10.2
This commit is contained in:
Weijia Wang 2023-08-13 23:31:50 +02:00 committed by GitHub
commit 03ef559610
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,13 +21,13 @@ assert withGui -> !stdenv.isDarwin;
stdenv.mkDerivation rec {
pname = "rmlint";
version = "2.10.1";
version = "2.10.2";
src = fetchFromGitHub {
owner = "sahib";
repo = "rmlint";
rev = "v${version}";
sha256 = "15xfkcw1bkfyf3z8kl23k3rlv702m0h7ghqxvhniynvlwbgh6j2x";
sha256 = "sha256-pOo1YfeqHUU6xyBRFbcj2lX1MHJ+a5Hi31BMC1nYZGo=";
};
patches = [