hypnotix: 4.6 -> 4.7

This commit is contained in:
R. Ryantm 2024-12-06 01:48:52 +00:00
parent 47a92239db
commit 10004864a1

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "hypnotix";
version = "4.6";
version = "4.7";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
rev = version;
hash = "sha256-wDzHCrZTbfIb9dpRoh5qYKQNjONOv34FYdOr4svOLEw=";
hash = "sha256-e5vz5bCypzbofps+VW2UrKMsRBl7edeF8Ky00muCub4=";
};
patches = [