hypnotix: 4.3 -> 4.4

https://github.com/linuxmint/hypnotix/compare/4.3...4.4
This commit is contained in:
Bobby Rong
2024-06-07 21:26:41 +08:00
parent e8057b67eb
commit 6973b9a342
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "hypnotix";
version = "4.3";
version = "4.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
rev = version;
hash = "sha256-nmldOziye+bSi8CA9TL0f3EKEKTeXRk3HFzf4ksE9oE=";
hash = "sha256-SGKa3yo3iEDAjsvfa6dBfM7sAnBVr0pB6zLKQb6e4Ys=";
};
patches = [