about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2024-06-07 21:26:36 +0800
committerBobby Rong <rjl931189261@126.com>2024-06-07 21:26:41 +0800
commit6973b9a3423bebf2169909ca6ca218ffcf68a99c (patch)
tree9aa2b11f2351056cd513e2c307ad3a6c94691203 /pkgs/applications/video
parente8057b67ebf307f01bdcc8fba94d94f75039d1f6 (diff)
downloadnixlib-6973b9a3423bebf2169909ca6ca218ffcf68a99c.tar
nixlib-6973b9a3423bebf2169909ca6ca218ffcf68a99c.tar.gz
nixlib-6973b9a3423bebf2169909ca6ca218ffcf68a99c.tar.bz2
nixlib-6973b9a3423bebf2169909ca6ca218ffcf68a99c.tar.lz
nixlib-6973b9a3423bebf2169909ca6ca218ffcf68a99c.tar.xz
nixlib-6973b9a3423bebf2169909ca6ca218ffcf68a99c.tar.zst
nixlib-6973b9a3423bebf2169909ca6ca218ffcf68a99c.zip
hypnotix: 4.3 -> 4.4
https://github.com/linuxmint/hypnotix/compare/4.3...4.4
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 a3b1e25de48c..e164666e85f1 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 = [