about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-02-13 17:37:30 +0300
committerGitHub <noreply@github.com>2024-02-13 17:37:30 +0300
commit70bce0cccac84957c1ed9543ce8078032e73e11f (patch)
treec2c9a68847b697557262a1c8d37e511dc124cbc4 /pkgs/applications
parent5d1a440a51735773ce33a759c4cbe234b3ab3f47 (diff)
parent4fd75203126ea6a27b11fc7245415f76345f702d (diff)
Merge pull request #287963 from r-ryantm/auto-update/corectrl
corectrl: 1.3.9 -> 1.3.10
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/misc/corectrl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/corectrl/default.nix b/pkgs/applications/misc/corectrl/default.nix
index 2600e10b70141..2b17ea756878a 100644
--- a/pkgs/applications/misc/corectrl/default.nix
+++ b/pkgs/applications/misc/corectrl/default.nix
@@ -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