about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-11-21 20:27:38 +0800
committerBobby Rong <rjl931189261@126.com>2022-11-29 10:11:56 +0800
commitd2f95e9cfdd218870a90c39d35015399c53ccd12 (patch)
tree5e7c242140339fc9444aeb477b948c69315ccd92 /pkgs/applications/video
parentf0c5278e99749866c47a78cdb1c695d55fdabc89 (diff)
hypnotix: 2.9 -> 3.0
https://github.com/linuxmint/hypnotix/compare/2.9...3.0
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 20e47378b18cb..8bba5c685a4a6 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 = "2.9";
+  version = "3.0";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "hypnotix";
     rev = version;
-    hash = "sha256-jjCyO6lyhqH4xeNp5uy/KqNr5Mvv+45pJGHFOXNi0rk=";
+    hash = "sha256-ZSHChUkd1yXVGNUotzyZ9eB7s3apwvRmEJcO5J0vsZQ=";
   };
 
   patches = [