blueberry: 1.4.5 -> 1.4.6

This commit is contained in:
R. Ryantm 2021-12-31 12:22:26 +00:00
parent b88fab1bfe
commit 8e5e97a6ec

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "blueberry";
version = "1.4.5";
version = "1.4.6";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-DDxrreo133DIn5XhXKgWvbhPV2NXdyyywC+e73W5aY4=";
sha256 = "sha256-4SKEkoIEflOX5WXJ7X3onrieecT2NoH/eV3H3Cx/SYQ=";
};
nativeBuildInputs = [