Skip to content

Commit 9c3f5b8

Browse files
authored
pixelfed: 0.12.4 -> 0.12.5 (#392752)
2 parents 5f45b7d + 21e5db9 commit 9c3f5b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
php.buildComposerProject2 (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
tag = "v${finalAttrs.version}";
18-
hash = "sha256-HEo0BOC/AEWhCApibxo2TBQF4kbLrbPEXqDygVQlVic=";
18+
hash = "sha256-bPoYEPCWj7vAKDL/P4yjhrfp4HK9sbBh4eK0Co+xaZc=";
1919
};
2020

21-
vendorHash = "sha256-aMKuuBTavNTIfYkuAn2vBFeh5xJd3BY8C+IVfglnS+g=";
21+
vendorHash = "sha256-nJCxWIrsdGQxdiJe9skHv4AnqUpqZHuqXrl/cQrT9Ps=";
2222

2323
postInstall = ''
2424
chmod -R u+w $out/share
@@ -35,7 +35,7 @@ php.buildComposerProject2 (finalAttrs: {
3535
'';
3636

3737
passthru = {
38-
tests = { inherit (nixosTests) pixelfed; };
38+
tests = { inherit (nixosTests.pixelfed) standard; };
3939
updateScript = nix-update-script { };
4040
};
4141

0 commit comments

Comments
 (0)