Skip to content

Commit

Permalink
pixelfed: 0.12.3 -> 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 6, 2024
1 parent e574201 commit 5cc3a2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/pi/pixelfed/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

php.buildComposerProject (finalAttrs: {
pname = "pixelfed";
version = "0.12.3";
version = "0.12.4";

src = fetchFromGitHub {
owner = "pixelfed";
repo = "pixelfed";
rev = "v${finalAttrs.version}";
hash = "sha256-CKjqnxp7p2z/13zfp4HQ1OAmaoUtqBKS6HFm6TV8Jwg=";
hash = "sha256-HEo0BOC/AEWhCApibxo2TBQF4kbLrbPEXqDygVQlVic=";
};

vendorHash = "sha256-zjIjGkR9MCnjRho/ViqZ5EbS9MJ7OQ1kkg93jBssuZU=";
vendorHash = "sha256-QkkSnQb9haH8SiXyLSS58VXSD4op7Hr4Z6vUAAYLIic=";

postInstall = ''
mv "$out/share/php/${finalAttrs.pname}"/* $out
Expand Down

0 comments on commit 5cc3a2b

Please sign in to comment.