Merge pull request #114431 from samueldr/updates/refind-0.13.1

refind: 0.13.0 -> 0.13.1
This commit is contained in:
Sandro 2021-02-27 14:19:19 +01:00 committed by GitHub
commit 0243d2db52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,11 +14,11 @@ in
stdenv.mkDerivation rec {
pname = "refind";
version = "0.13.0";
version = "0.13.1";
src = fetchurl {
url = "mirror://sourceforge/project/refind/${version}/${pname}-src-${version}.tar.gz";
sha256 = "0zivlcw1f3zwnrwvbhwq6gg781hh72g2bhc2cxcsb2zmg7q8in65";
sha256 = "1yjni0mr3rqrrk4ynwb8i0whpqhd56cck4mxd97qmxn7wbr826i9";
};
patches = [