Merge pull request #287963 from r-ryantm/auto-update/corectrl

corectrl: 1.3.9 -> 1.3.10
This commit is contained in:
K900 2024-02-13 17:37:30 +03:00 committed by GitHub
commit 70bce0ccca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec{
pname = "corectrl";
version = "1.3.9";
version = "1.3.10";
src = fetchFromGitLab {
owner = "corectrl";
repo = "corectrl";
rev = "v${version}";
sha256 = "sha256-6CjN3GXkb7tSzWhphiiB+9bR5bcr0bjtJCEkJldD7Fk=";
sha256 = "sha256-fN4dX0Ya2DvPEkuwtKIw1zT+JEbC2zyJKtcGwLVdAUs=";
};
patches = [
./polkit-dir.patch