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

minimacy: 1.1.0 -> 1.1.2
This commit is contained in:
Fabián Heredia Montiel 2023-10-04 15:50:28 -06:00 committed by GitHub
commit 5a183d8c2a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];