hypnotix: 4.8 -> 4.9

This commit is contained in:
R. Ryantm
2025-01-07 12:59:33 +00:00
parent fb74d2e522
commit 58f9cf243f
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "hypnotix";
version = "4.8";
version = "4.9";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
rev = version;
hash = "sha256-/RW7AGEr/cAnEvjKXSqOWtAfVfqGYrGbIiQN3K5WLM4=";
hash = "sha256-mM6NeDtRoPUSQ/smtvpYJ3qqeqiPHquP96ChJgSJWL0=";
};
patches = [