hypnotix: 3.0 -> 3.1

https://github.com/linuxmint/hypnotix/compare/3.0...3.1
This commit is contained in:
Bobby Rong 2022-12-03 10:08:36 +08:00
parent 8a52c0a3b1
commit 28b106b5bc
No known key found for this signature in database

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "hypnotix";
version = "3.0";
version = "3.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
rev = version;
hash = "sha256-ZSHChUkd1yXVGNUotzyZ9eB7s3apwvRmEJcO5J0vsZQ=";
hash = "sha256-hCVItxvYTE0G5inI/A4w4FYfSfrACINBSaKXhA1mh4A=";
};
patches = [