hypnotix: 2.9 -> 3.0

https://github.com/linuxmint/hypnotix/compare/2.9...3.0
This commit is contained in:
Bobby Rong 2022-11-21 20:27:38 +08:00
parent f0c5278e99
commit d2f95e9cfd
No known key found for this signature in database

View file

@ -12,13 +12,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "hypnotix"; pname = "hypnotix";
version = "2.9"; version = "3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = "hypnotix"; repo = "hypnotix";
rev = version; rev = version;
hash = "sha256-jjCyO6lyhqH4xeNp5uy/KqNr5Mvv+45pJGHFOXNi0rk="; hash = "sha256-ZSHChUkd1yXVGNUotzyZ9eB7s3apwvRmEJcO5J0vsZQ=";
}; };
patches = [ patches = [