pineapple-pictures: 0.8.1 -> 0.8.2.1

This commit is contained in:
R. Ryantm 2024-10-27 15:05:15 +00:00
parent 3e32c07b1b
commit 1acc769995

View File

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