lol

hypnotix: 2.7 -> 2.8

https://github.com/linuxmint/hypnotix/blob/2.8/debian/changelog

authored by

Robert Schütz and committed by
Robert Schütz
b0feee64 76928386

+2 -2
+2 -2
pkgs/applications/video/hypnotix/default.nix
··· 12 12 13 13 stdenv.mkDerivation rec { 14 14 pname = "hypnotix"; 15 - version = "2.7"; 15 + version = "2.8"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "linuxmint"; 19 19 repo = "hypnotix"; 20 20 rev = version; 21 - hash = "sha256-Mfj10CPYAI2QObgjbkhEPJ2nx6hsR5BHpmNofmdSz1k="; 21 + hash = "sha256-uj5Bn3K9SCKE4p1jylfQ8XnAwNnN4VXHLMLrwhKhzsk="; 22 22 }; 23 23 24 24 patches = [