cinnamon.pix: 3.0.1 -> 3.0.2

https://github.com/linuxmint/pix/compare/3.0.1...3.0.2
This commit is contained in:
Bobby Rong 2023-07-08 11:28:20 +08:00
parent f292b4964c
commit bdd5213ef5
No known key found for this signature in database

View File

@ -34,13 +34,13 @@
stdenv.mkDerivation rec {
pname = "pix";
version = "3.0.1";
version = "3.0.2";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-sKmdJOuT4Ioy5DmWN9ly+9bqSn4frcVPD5qMTKtxtiQ=";
sha256 = "sha256-iNUhcHG4nCZ4WNELodyLdztzfNg9g+F0eQrZHXS6Zj0=";
};
nativeBuildInputs = [