hypnotix: 4.7 -> 4.8 (#364104)

authored by

Bobby Rong and committed by
GitHub
e75188ae 38fec0f0

+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.7"; 18 + version = "4.8"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "linuxmint"; 22 22 repo = "hypnotix"; 23 23 rev = version; 24 - hash = "sha256-e5vz5bCypzbofps+VW2UrKMsRBl7edeF8Ky00muCub4="; 24 + hash = "sha256-/RW7AGEr/cAnEvjKXSqOWtAfVfqGYrGbIiQN3K5WLM4="; 25 25 }; 26 26 27 27 patches = [