hypnotix: 5.1 -> 5.2

https://github.com/linuxmint/hypnotix/compare/5.1...5.2
This commit is contained in:
Bobby Rong
2025-08-28 09:17:33 +08:00
parent f80bb2e259
commit 66f881afd1
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "hypnotix";
version = "5.1";
version = "5.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
rev = version;
hash = "sha256-XXfZDFvHrGk+RFSQPldI/G4xhPm8lafZyBVCDtzvyoI=";
hash = "sha256-QOUCpmq89XrWJVHyqSFbFD3a4y9UNgeMVXSr2H8TBeY=";
};
patches = [