hypnotix: 4.0 -> 4.2

https://github.com/linuxmint/hypnotix/compare/4.0...4.2
This commit is contained in:
Bobby Rong 2023-12-06 23:48:06 +08:00
parent 96012ae105
commit d1a558301c
No known key found for this signature in database

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 = [