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

blueberry: 1.4.6 -> 1.4.7
This commit is contained in:
José Romildo Malaquias 2022-02-11 08:37:56 -03:00 committed by GitHub
commit 4721b14d5e
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.6";
version = "1.4.7";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-4SKEkoIEflOX5WXJ7X3onrieecT2NoH/eV3H3Cx/SYQ=";
sha256 = "sha256-ziAdLFSZS8bh+OBSYLqxJ3g7mgFai/psvlBw3Qt17w0=";
};
nativeBuildInputs = [