Skip to content

Commit

Permalink
hypnotix: 4.3 -> 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thall committed Jun 11, 2024
1 parent be1f4ed commit 8b887c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/video/hypnotix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 8b887c7

Please sign in to comment.