hypnotix: 4.2 -> 4.3

https://github.com/linuxmint/hypnotix/compare/4.2...4.3
This commit is contained in:
Bobby Rong 2024-01-05 21:13:03 +08:00
parent 4fa86b9506
commit 3dfa48ceab
No known key found for this signature in database

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "hypnotix";
version = "4.2";
version = "4.3";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
rev = version;
hash = "sha256-YmVMcNbvbkODAmEgv8Ofgo07Mew/F4xv5cBaWKsH1S4=";
hash = "sha256-nmldOziye+bSi8CA9TL0f3EKEKTeXRk3HFzf4ksE9oE=";
};
patches = [