about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-08-20 22:58:24 +0800
committerBobby Rong <rjl931189261@126.com>2023-08-20 23:02:03 +0800
commit259c493591cbb30597d5bbadceed92678a029901 (patch)
tree2112f723c9f678e71eaa25cef583465dad62b23b
parentd680ded26da5cf104dd2735a51e88d2d8f487b4d (diff)
hypnotix: 3.5 -> 3.6
https://github.com/linuxmint/hypnotix/compare/3.5...3.6
-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 5505ac6e1ddae..c36478d3885b1 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.5";
+  version = "3.6";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "hypnotix";
     rev = version;
-    hash = "sha256-qw22izmh0bQ1B1kRqkMcmEdqU665/DtLod24TUH86Ww=";
+    hash = "sha256-hi3ppYDzFEp4FGZHlGgwEFqyOqzX+d0JK674EyibB/c=";
   };
 
   patches = [