Merge pull request #167358 from xrelkd/update/berry

berry: 0.1.10 -> 0.1.11
This commit is contained in:
Anderson Torres 2022-04-05 21:48:11 -03:00 committed by GitHub
commit 881b05d8b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "berry";
version = "0.1.10";
version = "0.1.11";
src = fetchFromGitHub {
owner = "JLErvin";
repo = pname;
rev = version;
hash = "sha256-6asph0QXzhmHuYcfrLcQ8RTP4QzX8m6AcCp5ImA++9M=";
hash = "sha256-cs1NVwaANMIteCQuGqPcEWuUbfJulhjmfWnlU8Eb2OM=";
};
nativeBuildInputs = [