corectrl: 1.3.10 -> 1.3.11

This commit is contained in:
R. Ryantm 2024-03-11 01:01:16 +00:00
parent 3668a9ff62
commit 9901c2f300

View file

@ -23,13 +23,13 @@
stdenv.mkDerivation rec{
pname = "corectrl";
version = "1.3.10";
version = "1.3.11";
src = fetchFromGitLab {
owner = "corectrl";
repo = "corectrl";
rev = "v${version}";
sha256 = "sha256-fN4dX0Ya2DvPEkuwtKIw1zT+JEbC2zyJKtcGwLVdAUs=";
sha256 = "sha256-yca9qzYJlOQak6IMNewgUe+KSUUypj/lLUGGw6R90Ws=";
};
patches = [
./polkit-dir.patch