Unverified Commit 11f4e814 authored by Janik's avatar Janik Committed by GitHub
Browse files

Merge pull request #257391 from dotlambda/hypnotix-3.7

parents df7dac47 8bd7b8ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation rec {
  pname = "hypnotix";
  version = "3.6";
  version = "3.7";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "hypnotix";
    rev = version;
    hash = "sha256-hi3ppYDzFEp4FGZHlGgwEFqyOqzX+d0JK674EyibB/c=";
    hash = "sha256-H8+KJ9+HLAorGIeljw8H3N8W3E2yYhAno1xy+jI54zM=";
  };

  patches = [