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

blueberry: 1.4.4 -> 1.4.5
This commit is contained in:
Jörg Thalheim 2021-12-11 15:16:22 +00:00 committed by GitHub
commit 5ccc7be3dc
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.4";
version = "1.4.5";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-dz0uGesyuQVXI7aEONCeOsa2vVw5yuStSFPnrqv2VcM=";
sha256 = "sha256-DDxrreo133DIn5XhXKgWvbhPV2NXdyyywC+e73W5aY4=";
};
nativeBuildInputs = [