hypnotix: 2.9 -> 3.0

https://github.com/linuxmint/hypnotix/compare/2.9...3.0
This commit is contained in:
Bobby Rong
2022-11-29 10:11:56 +08:00
parent f0c5278e99
commit d2f95e9cfd
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "hypnotix";
version = "2.9";
version = "3.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
rev = version;
hash = "sha256-jjCyO6lyhqH4xeNp5uy/KqNr5Mvv+45pJGHFOXNi0rk=";
hash = "sha256-ZSHChUkd1yXVGNUotzyZ9eB7s3apwvRmEJcO5J0vsZQ=";
};
patches = [