Skip to content

Commit 047a0c2

Browse files
authoredMar 24, 2025
[release-24.11] pixelfed: 0.12.4 -> 0.12.5 (#392778)
2 parents 8f2040a + b03e18e commit 047a0c2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎pkgs/by-name/pi/pixelfed/package.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
php83.buildComposerProject (finalAttrs: {
1111
pname = "pixelfed";
12-
version = "0.12.4";
12+
version = "0.12.5";
1313

1414
src = fetchFromGitHub {
1515
owner = "pixelfed";
1616
repo = "pixelfed";
1717
rev = "v${finalAttrs.version}";
18-
hash = "sha256-HEo0BOC/AEWhCApibxo2TBQF4kbLrbPEXqDygVQlVic=";
18+
hash = "sha256-bPoYEPCWj7vAKDL/P4yjhrfp4HK9sbBh4eK0Co+xaZc=";
1919
};
2020

21-
vendorHash = "sha256-QkkSnQb9haH8SiXyLSS58VXSD4op7Hr4Z6vUAAYLIic=";
21+
vendorHash = "sha256-/ep0j1KUBrpcJsd40L8PbUHSrIhV1bKRkq+qqbJB2sM=";
2222

2323
postInstall = ''
2424
mv "$out/share/php/${finalAttrs.pname}"/* $out
@@ -34,7 +34,7 @@ php83.buildComposerProject (finalAttrs: {
3434
'';
3535

3636
passthru = {
37-
tests = { inherit (nixosTests) pixelfed; };
37+
tests = { inherit (nixosTests.pixelfed) standard; };
3838
updateScript = nix-update-script { };
3939
};
4040

0 commit comments

Comments
 (0)
Failed to load comments.