pineapple-pictures: 0.6.5 -> 0.6.6

This commit is contained in:
R. Ryantm 2023-02-23 03:47:36 +00:00
parent 6518cfd667
commit ee8aa8fbb5

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "pineapple-pictures";
version = "0.6.5";
version = "0.6.6";
src = fetchFromGitHub {
owner = "BLumia";
repo = "pineapple-pictures";
rev = version;
sha256 = "sha256-s4mJNPzrcg5UT8JC3D5ipaM8IvNFAK7e3V0TjVGeRdM=";
sha256 = "sha256-p51FlCeViDRNGUDN//IT4bLJpP2kU0CC67BCAlm0rYk=";
};
nativeBuildInputs = [