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

corectrl: 1.3.5 -> 1.3.6
This commit is contained in:
Fabián Heredia Montiel 2023-10-22 17:41:35 -06:00 committed by GitHub
commit c70f2bbf26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec{
pname = "corectrl";
version = "1.3.5";
version = "1.3.6";
src = fetchFromGitLab {
owner = "corectrl";
repo = "corectrl";
rev = "v${version}";
sha256 = "sha256-HETD2+acxJf30iC6UwRXD/onFYo3ki4RwAAVs4NbSAw=";
sha256 = "sha256-a8cLtmv9nLtvN9o/aIwveTAT36XmTN1j85ZxVGIXO6E=";
};
patches = [
./polkit-dir.patch