pix: 3.4.4 -> 3.4.5

https://github.com/linuxmint/pix/compare/3.4.4...3.4.5
This commit is contained in:
Bobby Rong 2025-01-11 10:57:29 +08:00
parent b0e95ce159
commit eece133ba8
No known key found for this signature in database

View File

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