Unverified Commit e7515332 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

hypnotix: 4.9 -> 5.0 (#428190)

parents ad3bbfc2 4d4940d7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

stdenv.mkDerivation rec {
  pname = "hypnotix";
  version = "4.9";
  version = "5.0";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "hypnotix";
    rev = version;
    hash = "sha256-mM6NeDtRoPUSQ/smtvpYJ3qqeqiPHquP96ChJgSJWL0=";
    hash = "sha256-nBt+eGzUQaRO2IaEkvhdEZcVuKpZFEqIYSdVKSO1l4M=";
  };

  patches = [