hypnotix: 2.8 -> 2.9

This commit is contained in:
Bobby Rong 2022-07-26 21:23:21 +08:00
parent ecd8ff8af3
commit 4a50454cfe
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

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