blueberry: 1.4.7 -> 1.4.8

This commit is contained in:
Bobby Rong 2022-07-26 21:21:36 +08:00
parent c0520de7e8
commit ecd8ff8af3
No known key found for this signature in database
GPG key ID: ED07364437C91161

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "blueberry"; pname = "blueberry";
version = "1.4.7"; version = "1.4.8";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "linuxmint"; owner = "linuxmint";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "sha256-ziAdLFSZS8bh+OBSYLqxJ3g7mgFai/psvlBw3Qt17w0="; sha256 = "sha256-MyIjcTyKn1aC2th6fCOw4cIqrRKatk2s4QD5R9cm83A=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [