pix: 3.4.6 -> 3.4.7

https://github.com/linuxmint/pix/compare/3.4.6...3.4.7
This commit is contained in:
Bobby Rong
2025-08-28 09:17:29 +08:00
parent 3b9f00d7a7
commit f80bb2e259
+2 -2
View File
@@ -34,13 +34,13 @@
stdenv.mkDerivation rec {
pname = "pix";
version = "3.4.6";
version = "3.4.7";
src = fetchFromGitHub {
owner = "linuxmint";
repo = "pix";
rev = version;
hash = "sha256-jlaqlA3akRNnBPTdtkWl+0NXqFbYw9uJKRfE/oTJMSg=";
hash = "sha256-Z8JGss5DA4Lsj7fhjRztF6Y+zYjZuIbmYRo7wvwxB8k=";
};
nativeBuildInputs = [