hypnotix: 2.7 -> 2.8

https://github.com/linuxmint/hypnotix/blob/2.8/debian/changelog
This commit is contained in:
Robert Schütz 2022-06-28 05:28:26 +00:00 committed by Robert Schütz
parent 76928386b0
commit b0feee6467

View File

@ -12,13 +12,13 @@
stdenv.mkDerivation rec {
pname = "hypnotix";
version = "2.7";
version = "2.8";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "hypnotix";
rev = version;
hash = "sha256-Mfj10CPYAI2QObgjbkhEPJ2nx6hsR5BHpmNofmdSz1k=";
hash = "sha256-uj5Bn3K9SCKE4p1jylfQ8XnAwNnN4VXHLMLrwhKhzsk=";
};
patches = [