cinnamon.pix: 3.2.0 -> 3.2.1

https://github.com/linuxmint/pix/compare/3.2.0...3.2.1
This commit is contained in:
Bobby Rong 2023-12-04 21:53:03 +08:00
parent 02315392b7
commit 89aef20db3
No known key found for this signature in database

View file

@ -33,13 +33,13 @@
stdenv.mkDerivation rec {
pname = "pix";
version = "3.2.0";
version = "3.2.1";
src = fetchFromGitHub {
owner = "linuxmint";
repo = pname;
rev = version;
sha256 = "sha256-hhtW2QyexGIyovhWOReeJ0bxgye8LJl1RrEs0/5+q24=";
sha256 = "sha256-ufm8f0mR35fGFOAL89MH6z88n3ZHG0IcQzIFrUjSQ1c=";
};
nativeBuildInputs = [