pineapple-pictures: 0.8.0 -> 0.8.1

This commit is contained in:
R. Ryantm 2024-08-25 13:32:32 +00:00
parent ba0c72cea4
commit 9c6c71a62b

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "pineapple-pictures";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "BLumia";
repo = "pineapple-pictures";
rev = finalAttrs.version;
hash = "sha256-/0+zIPvQFwQYX1jtu0U8rKLFAbHP0lk5RYHxVUZhebA=";
hash = "sha256-7X0A3tjdr8hnnovkbgIOLx5h/eWy0gkM8SEB2/bpwkQ=";
};
nativeBuildInputs = [