about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-08-20 14:58:16 -0400
committerGitHub <noreply@github.com>2023-08-20 14:58:16 -0400
commit57fbfb07c359a3c4cfc2d56b99f2b71ea6c43a3e (patch)
tree64add0fbb65fbbed085cdb1e18da84fc36521de8 /pkgs/applications/video
parent1c533da0e34ea0c12cf4b9a385c73d1ed26e2fd4 (diff)
parent259c493591cbb30597d5bbadceed92678a029901 (diff)
downloadnixlib-57fbfb07c359a3c4cfc2d56b99f2b71ea6c43a3e.tar
nixlib-57fbfb07c359a3c4cfc2d56b99f2b71ea6c43a3e.tar.gz
nixlib-57fbfb07c359a3c4cfc2d56b99f2b71ea6c43a3e.tar.bz2
nixlib-57fbfb07c359a3c4cfc2d56b99f2b71ea6c43a3e.tar.lz
nixlib-57fbfb07c359a3c4cfc2d56b99f2b71ea6c43a3e.tar.xz
nixlib-57fbfb07c359a3c4cfc2d56b99f2b71ea6c43a3e.tar.zst
nixlib-57fbfb07c359a3c4cfc2d56b99f2b71ea6c43a3e.zip
Merge pull request #250369 from bobby285271/upd/hypnotix
hypnotix: 3.5 -> 3.6
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 5505ac6e1dda..c36478d3885b 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 = [