Unverified Commit 5a183d8c authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

Merge pull request #258726 from r-ryantm/auto-update/minimacy

minimacy: 1.1.0 -> 1.1.2
parents 14729056 73ab9c78
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

stdenv.mkDerivation rec {
  pname = "minimacy";
  version = "1.1.0";
  version = "1.1.2";

  src = fetchFromGitHub {
    owner = "ambermind";
    repo = pname;
    rev =  version;
    hash = "sha256-VqcMdlptoMJEsPTny/E6ly7/xmHKcljIsSeZDzaA+ig=";
    hash = "sha256-WBmpinMnGr7Tmf1jLhdq5DXdR+ohOY0CpOBJ6fewKFU=";
  };

  nativeBuildInputs = [ makeBinaryWrapper ];