1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
10
10
php83 . buildComposerProject ( finalAttrs : {
11
11
pname = "pixelfed" ;
12
- version = "0.12.4 " ;
12
+ version = "0.12.5 " ;
13
13
14
14
src = fetchFromGitHub {
15
15
owner = "pixelfed" ;
16
16
repo = "pixelfed" ;
17
17
rev = "v${ finalAttrs . version } " ;
18
- hash = "sha256-HEo0BOC/AEWhCApibxo2TBQF4kbLrbPEXqDygVQlVic =" ;
18
+ hash = "sha256-bPoYEPCWj7vAKDL/P4yjhrfp4HK9sbBh4eK0Co+xaZc =" ;
19
19
} ;
20
20
21
- vendorHash = "sha256-QkkSnQb9haH8SiXyLSS58VXSD4op7Hr4Z6vUAAYLIic =" ;
21
+ vendorHash = "sha256-/ep0j1KUBrpcJsd40L8PbUHSrIhV1bKRkq+qqbJB2sM =" ;
22
22
23
23
postInstall = ''
24
24
mv "$out/share/php/${ finalAttrs . pname } "/* $out
@@ -34,7 +34,7 @@ php83.buildComposerProject (finalAttrs: {
34
34
'' ;
35
35
36
36
passthru = {
37
- tests = { inherit ( nixosTests ) pixelfed ; } ;
37
+ tests = { inherit ( nixosTests . pixelfed ) standard ; } ;
38
38
updateScript = nix-update-script { } ;
39
39
} ;
40
40
0 commit comments