hypnotix: 4.9 -> 5.0

This commit is contained in:
R. Ryantm
2025-07-25 00:34:14 +00:00
parent 26fe5299e6
commit 4d4940d70c
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "hypnotix";
version = "4.9";
version = "5.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
rev = version;
hash = "sha256-mM6NeDtRoPUSQ/smtvpYJ3qqeqiPHquP96ChJgSJWL0=";
hash = "sha256-nBt+eGzUQaRO2IaEkvhdEZcVuKpZFEqIYSdVKSO1l4M=";
};
patches = [