Merge pull request #149618 from r-ryantm/auto-update/pix

This commit is contained in:
Maciej Krüger
2021-12-08 23:08:01 +01:00
committed by GitHub
+2 -2
View File
@@ -29,13 +29,13 @@
stdenv.mkDerivation rec {
pname = "pix";
version = "2.6.5";
version = "2.8.0";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "qBF5lc7ZNwuTr6x4c4pJA6a7oXqOYsYA1lpTmQkylT0=";
sha256 = "sha256-m508pkbiSVuIaEx7EznOd5QTkpM66TBbpM5HRkjKRQA=";
};
nativeBuildInputs = [