File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99
1010php . 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
You can’t perform that action at this time.
0 commit comments