Merge pull request #263400 from Nyabinary/openasar-update

openasar: unstable-2023-07-07 → unstable-2023-10-24
This commit is contained in:
Fabián Heredia Montiel 2023-10-25 15:52:39 -06:00 committed by GitHub
commit 6df9fd32f3
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-2023-07-07";
version = "unstable-2023-10-24";
src = fetchFromGitHub {
owner = "GooseMod";
repo = "OpenAsar";
rev = "5ac246dc92e9a2a9b314d899df728f37096c482b";
hash = "sha256-ODeVru4LCSl3rIeJCdezAwqzKP6IRo5WDaaUymqEcBs=";
rev = "eee9bab822e3dbd97a735d0050ddd41ba27917f2";
hash = "sha256-SSWQSqGgTZjowgrzF6qHZDTw/Y9xFHNTZvetxqZubYI=";
};
postPatch = ''