Merge pull request #184674 from r-ryantm/auto-update/sakura

sakura: 3.8.4 -> 3.8.5
This commit is contained in:
Jonas Heinrich 2022-08-02 11:59:50 +02:00 committed by GitHub
commit 91367f1355
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "sakura";
version = "3.8.4";
version = "3.8.5";
src = fetchFromGitHub {
owner = "dabisu";
repo = pname;
rev = "SAKURA_${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-Sqo1gyCvCMlEv1rYqw6P3Dmu10osi/KqB7/WlgTTNAc=";
hash = "sha256-eMGhPkfhpPHMg69J+XgK/ssJjwRSFgd/a64lAYi7hd0=";
};
nativeBuildInputs = [