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

Merge pull request #318050 from bobby285271/upd/hypnotix

hypnotix: 4.3 -> 4.4
parents 4b8ada1d 6973b9a3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation rec {
  pname = "hypnotix";
  version = "4.3";
  version = "4.4";

  src = fetchFromGitHub {
    owner = "linuxmint";
    repo = "hypnotix";
    rev = version;
    hash = "sha256-nmldOziye+bSi8CA9TL0f3EKEKTeXRk3HFzf4ksE9oE=";
    hash = "sha256-SGKa3yo3iEDAjsvfa6dBfM7sAnBVr0pB6zLKQb6e4Ys=";
  };

  patches = [