blueberry: 1.4.4 -> 1.4.5

This commit is contained in:
R. Ryantm 2021-12-11 14:14:02 +00:00
parent 9f329731b5
commit e70b6daf29

View File

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