Merge pull request #232550 from r-ryantm/auto-update/proot

proot: 5.3.1 -> 5.4.0
This commit is contained in:
figsoda 2023-05-18 09:36:45 -04:00 committed by GitHub
commit 078807a436
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "proot";
version = "5.3.1";
version = "5.4.0";
src = fetchFromGitHub {
repo = "proot";
owner = "proot-me";
rev = "v${version}";
sha256 = "sha256-uN31wDJjuQmDWeHaZHHQpmXQeQ/TYeS9HNYWEC0shaA=";
sha256 = "sha256-Z9Y7ccWp5KEVuo9xfHcgo58XqYVdFo7ck1jH7cnT2KA=";
};
postPatch = ''