Merge pull request #128582 from r-ryantm/auto-update/blueberry

blueberry: 1.4.3 -> 1.4.4
This commit is contained in:
Ben Siraphob 2021-06-29 10:37:00 +07:00 committed by GitHub
commit 5e34e744b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "blueberry";
version = "1.4.3";
version = "1.4.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-UkF50AIFKkvjUHJiemR0Hj5ECZeHQU6beIw2TGrOlbk=";
sha256 = "sha256-dz0uGesyuQVXI7aEONCeOsa2vVw5yuStSFPnrqv2VcM=";
};
nativeBuildInputs = [