hypnotix: 3.2 -> 3.4

https://github.com/linuxmint/hypnotix/compare/3.2...3.4
This commit is contained in:
Bobby Rong 2023-06-05 23:43:07 +08:00
parent 74e7732dc3
commit 3dde9f36d8
No known key found for this signature in database

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "hypnotix";
version = "3.2";
version = "3.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
rev = version;
hash = "sha256-R9bp1RQHHCrIE/3rIAHzWHXpXBUDUpJTkO53n+xZw3Q=";
hash = "sha256-Oxv70bFheKhlYyLdGcn0Hja+LAmn6RHfAh5FIjghD9o=";
};
patches = [