Merge pull request #199117 from r-ryantm/auto-update/monocraft

monocraft: 1.2 -> 1.4
This commit is contained in:
Mario Rodas 2022-11-03 00:11:36 -05:00 committed by GitHub
commit 04da8dc6dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "monocraft";
version = "1.2";
version = "1.4";
src = fetchFromGitHub {
owner = "IdreesInc";
repo = "Monocraft";
rev = "v${version}";
sha256 = "sha256-frg7LcMv6zWPWxkr6RIl01fC68THELbb45mJVqefXC0=";
sha256 = "sha256-YF0uPCc+dajJtG6mh/JpoSr6GirAhif5L5sp6hFmKLE=";
};
dontConfigure = true;