about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-06-10 16:35:10 +0800
committerGitHub <noreply@github.com>2024-06-10 16:35:10 +0800
commit31401c5655aaf6d76eebf34a3d19a4c95eb27e6c (patch)
tree2b5c6eac64129afd66d7b2a8cb04df2a52fcfccb
parent4b8ada1d90224285b94ae6eee7e10441e0e7b2ab (diff)
parent6973b9a3423bebf2169909ca6ca218ffcf68a99c (diff)
Merge pull request #318050 from bobby285271/upd/hypnotix
hypnotix: 4.3 -> 4.4
-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 a3b1e25de48c0..e164666e85f18 100644
--- a/pkgs/applications/video/hypnotix/default.nix
+++ b/pkgs/applications/video/hypnotix/default.nix
@@ -14,13 +14,13 @@
 
 stdenv.mkDerivation rec {
   pname = "hypnotix";
-  version = "4.3";
+  version = "4.4";
 
   src = fetchFromGitHub {
     owner = "linuxmint";
     repo = "hypnotix";
     rev = version;
-    hash = "sha256-nmldOziye+bSi8CA9TL0f3EKEKTeXRk3HFzf4ksE9oE=";
+    hash = "sha256-SGKa3yo3iEDAjsvfa6dBfM7sAnBVr0pB6zLKQb6e4Ys=";
   };
 
   patches = [