1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pix: 3.4.2 -> 3.4.3

https://github.com/linuxmint/pix/compare/3.4.2...3.4.3
This commit is contained in:
Bobby Rong 2024-07-22 20:46:54 +08:00
parent 7aea12755b
commit 145fc14814
No known key found for this signature in database

View file

@ -33,13 +33,13 @@
stdenv.mkDerivation rec {
pname = "pix";
version = "3.4.2";
version = "3.4.3";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-Ra+5hXSNPRc2LvTeEYwg1xSnIYgrpfvTrpPwzuTXhdU=";
sha256 = "sha256-WL9EW7oKeQwufw1VYDigbqAt52GQTpc5RgDEmnKO6vc=";
};
nativeBuildInputs = [