pix: 3.4.5 -> 3.4.6

https://github.com/linuxmint/pix/compare/3.4.5...3.4.6
This commit is contained in:
Bobby Rong 2025-08-01 00:06:54 +08:00
parent d61d772ba3
commit afbc1e5b78
No known key found for this signature in database

View File

@ -34,13 +34,13 @@
stdenv.mkDerivation rec {
pname = "pix";
version = "3.4.5";
version = "3.4.6";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "pix";
rev = version;
hash = "sha256-c/+NQHvscW/XE49Twmg1Rk1IfsjReCtRQWffobZtgTs=";
hash = "sha256-jlaqlA3akRNnBPTdtkWl+0NXqFbYw9uJKRfE/oTJMSg=";
};
nativeBuildInputs = [