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 16 stdenv.mkDerivation rec { 17 pname = "hypnotix"; 18 - version = "5.0"; 19 20 src = fetchFromGitHub { 21 owner = "linuxmint"; 22 repo = "hypnotix"; 23 rev = version; 24 - hash = "sha256-nBt+eGzUQaRO2IaEkvhdEZcVuKpZFEqIYSdVKSO1l4M="; 25 }; 26 27 patches = [
··· 15 16 stdenv.mkDerivation rec { 17 pname = "hypnotix"; 18 + version = "5.1"; 19 20 src = fetchFromGitHub { 21 owner = "linuxmint"; 22 repo = "hypnotix"; 23 rev = version; 24 + hash = "sha256-XXfZDFvHrGk+RFSQPldI/G4xhPm8lafZyBVCDtzvyoI="; 25 }; 26 27 patches = [