about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-12-04 12:02:36 +0800
committerGitHub <noreply@github.com>2022-12-04 12:02:36 +0800
commit71fe9c0596de86b76db60e9bba7a5ad173ad8bcd (patch)
tree0e967cd3927ae67e788a18a981afc7d7d29e7db7 /pkgs/applications/video
parent421e8063406fb46e1c45cbb3a3a9866c2e0da527 (diff)
parent35763bc43b61e81c6df3ec20a7380cb8278c294a (diff)
Merge pull request #204225 from bobby285271/cinnamon
Cinnamon updates 2022-12-02
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/hypnotix/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/hypnotix/default.nix b/pkgs/applications/video/hypnotix/default.nix
index 8bba5c685a4a6..c210743f6eaeb 100644
--- a/pkgs/applications/video/hypnotix/default.nix
+++ b/pkgs/applications/video/hypnotix/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "hypnotix";
-  version = "3.0";
+  version = "3.1";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "hypnotix";
     rev = version;
-    hash = "sha256-ZSHChUkd1yXVGNUotzyZ9eB7s3apwvRmEJcO5J0vsZQ=";
+    hash = "sha256-hCVItxvYTE0G5inI/A4w4FYfSfrACINBSaKXhA1mh4A=";
   };
 
   patches = [