hypnotix: 5.0 -> 5.1

https://github.com/linuxmint/hypnotix/compare/5.0...5.1
This commit is contained in:
Bobby Rong 2025-08-01 00:06:59 +08:00
parent 59658537eb
commit 45a5d526a5
No known key found for this signature in database

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "hypnotix";
version = "5.0";
version = "5.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
rev = version;
hash = "sha256-nBt+eGzUQaRO2IaEkvhdEZcVuKpZFEqIYSdVKSO1l4M=";
hash = "sha256-XXfZDFvHrGk+RFSQPldI/G4xhPm8lafZyBVCDtzvyoI=";
};
patches = [