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

corectrl: 1.4.0 -> 1.4.1
This commit is contained in:
Nick Cao
2024-05-23 14:07:48 -04:00
committed by GitHub
+2 -2
View File
@@ -25,13 +25,13 @@
stdenv.mkDerivation rec{
pname = "corectrl";
version = "1.4.0";
version = "1.4.1";
src = fetchFromGitLab {
owner = "corectrl";
repo = "corectrl";
rev = "v${version}";
sha256 = "sha256-zTH7iSPN7VIhXvWFndOulvGnfUZ+uGWnW53WcnSW+e4=";
sha256 = "sha256-E2Dqe1IYXjFb/nShQX+ARZW/AWpNonRimb3yQ6/2CFw=";
};
patches = [
./polkit-dir.patch