hypnotix: 5.4 -> 5.5

https://github.com/linuxmint/hypnotix/compare/5.4...5.5
This commit is contained in:
Bobby Rong
2025-12-14 16:37:19 +08:00
parent 37f9f50ffa
commit f41856677e
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "hypnotix";
version = "5.4";
version = "5.5";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
tag = version;
hash = "sha256-aLcuRg6I1PaHBKyHMEV+TYOM82wb1hPVzMuF0SZixs8=";
hash = "sha256-/bFqPar/Ey48e+KG1EN0IuTF4HX+2jeMcFkqcEcOKMs=";
};
patches = [