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

corectrl: 1.3.1 -> 1.3.3
This commit is contained in:
Weijia Wang
2023-03-15 23:41:58 +02:00
committed by GitHub
+2 -2
View File
@@ -23,13 +23,13 @@
stdenv.mkDerivation rec{
pname = "corectrl";
version = "1.3.1";
version = "1.3.3";
src = fetchFromGitLab {
owner = "corectrl";
repo = "corectrl";
rev = "v${version}";
sha256 = "sha256-mVMyXpNhwljxsAvrKeHPxUSfdF/mfxG157T13Kb8PnE=";
sha256 = "sha256-WgtLDAjywHd9++7DvPfpfEXGbBQWx8kQxseIadho1YE=";
};
patches = [
./polkit-dir.patch