pix: 3.4.8 -> 3.4.9

https://github.com/linuxmint/pix/compare/3.4.8...3.4.9
This commit is contained in:
Bobby Rong
2025-12-14 16:37:14 +08:00
parent 19898fd4e6
commit 8d2d3c6059
+2 -2
View File
@@ -35,13 +35,13 @@
stdenv.mkDerivation rec {
pname = "pix";
version = "3.4.8";
version = "3.4.9";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "pix";
rev = version;
hash = "sha256-zK02qhTGuYgZWHkJ6c3EVinUcojNEWwecvPjblECLkw=";
hash = "sha256-cuNggVsNNqACWttPy1Tt8MfPFQKiuYhaMnh8TTHCi74=";
};
nativeBuildInputs = [