hypnotix: 4.9 -> 5.0 (#428190)

authored by

Bobby Rong and committed by
GitHub
e7515332 ad3bbfc2

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