Merge pull request #194565 from uakci/update-openasar

openasar: unstable-2022-08-07 -> unstable-2022-10-02
This commit is contained in:
Bobby Rong 2022-10-06 17:03:44 +08:00 committed by GitHub
commit 0aef203207
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "openasar";
version = "unstable-2022-08-07";
version = "unstable-2022-10-02";
src = fetchFromGitHub {
owner = "GooseMod";
repo = "OpenAsar";
rev = "e0870784008a584229d3094e0988f5da155c7fd7";
hash = "sha256-t0b2SFlDDBSQEkOCQME0jsLJ8NvoXROTxoQgnoXM9eQ=";
rev = "c72f1a3fc064f61cc5c5a578d7350240e26a27af";
hash = "sha256-6V9vLmj5ptMALFV57pMU2IGxNbFNyVcdvnrPgCEaUJ0=";
};
postPatch = ''