about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authorFabián Heredia Montiel <303897+fabianhjr@users.noreply.github.com>2023-10-22 17:41:35 -0600
committerGitHub <noreply@github.com>2023-10-22 17:41:35 -0600
commitc70f2bbf26bf17e980fc29c106b6a2777166a572 (patch)
treedf0655348a8e5614f613a8aa53f970b438d73ae3 /pkgs/applications/misc
parent36217c82f335c1948d1bd8ba373b086d522f293c (diff)
parent4c9a137a800d20848350dc4bd296537a50210756 (diff)
Merge pull request #261784 from r-ryantm/auto-update/corectrl
corectrl: 1.3.5 -> 1.3.6
Diffstat (limited to 'pkgs/applications/misc')
-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 9c0a000bab0d3..0771737eb266e 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.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