pix: 3.4.3 -> 3.4.4

https://github.com/linuxmint/pix/compare/3.4.3...3.4.4
This commit is contained in:
Bobby Rong
2024-12-05 22:33:08 +08:00
parent 5bc48afb83
commit 88efcceaa6
+2 -2
View File
@@ -33,13 +33,13 @@
stdenv.mkDerivation rec {
pname = "pix";
version = "3.4.3";
version = "3.4.4";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
hash = "sha256-WL9EW7oKeQwufw1VYDigbqAt52GQTpc5RgDEmnKO6vc=";
hash = "sha256-BasS0Z8fj7vxFnMZ6KOd5LkvSvTaw6+DDfcRFrdus7A=";
};
nativeBuildInputs = [