Merge pull request #272496 from bobby285271/upd/hypnotix

hypnotix: 4.0 -> 4.2
This commit is contained in:
Bobby Rong 2023-12-09 16:31:25 +08:00 committed by GitHub
commit 9391a02a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "hypnotix";
version = "4.0";
version = "4.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
rev = version;
hash = "sha256-0iJzlj5FRDXJdh+vWVvZaBJVNru7CfkvJtZUZYKoqPw=";
hash = "sha256-YmVMcNbvbkODAmEgv8Ofgo07Mew/F4xv5cBaWKsH1S4=";
};
patches = [