Merge pull request #250369 from bobby285271/upd/hypnotix

hypnotix: 3.5 -> 3.6
This commit is contained in:
figsoda 2023-08-20 14:58:16 -04:00 committed by GitHub
commit 57fbfb07c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "hypnotix";
version = "3.5";
version = "3.6";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
rev = version;
hash = "sha256-qw22izmh0bQ1B1kRqkMcmEdqU665/DtLod24TUH86Ww=";
hash = "sha256-hi3ppYDzFEp4FGZHlGgwEFqyOqzX+d0JK674EyibB/c=";
};
patches = [