hypnotix: 5.0 -> 5.1

https://github.com/linuxmint/hypnotix/compare/5.0...5.1

+2 -2
+2 -2
pkgs/by-name/hy/hypnotix/package.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "hypnotix"; 18 - version = "5.0"; 18 + version = "5.1"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "linuxmint"; 22 22 repo = "hypnotix"; 23 23 rev = version; 24 - hash = "sha256-nBt+eGzUQaRO2IaEkvhdEZcVuKpZFEqIYSdVKSO1l4M="; 24 + hash = "sha256-XXfZDFvHrGk+RFSQPldI/G4xhPm8lafZyBVCDtzvyoI="; 25 25 }; 26 26 27 27 patches = [