Unverified Commit 57fbfb07 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #250369 from bobby285271/upd/hypnotix

hypnotix: 3.5 -> 3.6
parents 1c533da0 259c4935
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.5";
  version = "3.6";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "hypnotix";
    rev = version;
    hash = "sha256-qw22izmh0bQ1B1kRqkMcmEdqU665/DtLod24TUH86Ww=";
    hash = "sha256-hi3ppYDzFEp4FGZHlGgwEFqyOqzX+d0JK674EyibB/c=";
  };

  patches = [