blueberry: 1.4.3 -> 1.4.4

This commit is contained in:
R. RyanTM 2021-06-29 02:20:29 +00:00
parent a7776f951e
commit 0616d2a463

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 = [