Unverified Commit 9c3f5b8d authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

pixelfed: 0.12.4 -> 0.12.5 (#392752)

parents 5f45b7d9 21e5db95
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

php.buildComposerProject2 (finalAttrs: {
  pname = "pixelfed";
  version = "0.12.4";
  version = "0.12.5";

  src = fetchFromGitHub {
    owner = "pixelfed";
    repo = "pixelfed";
    tag = "v${finalAttrs.version}";
    hash = "sha256-HEo0BOC/AEWhCApibxo2TBQF4kbLrbPEXqDygVQlVic=";
    hash = "sha256-bPoYEPCWj7vAKDL/P4yjhrfp4HK9sbBh4eK0Co+xaZc=";
  };

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

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

  passthru = {
    tests = { inherit (nixosTests) pixelfed; };
    tests = { inherit (nixosTests.pixelfed) standard; };
    updateScript = nix-update-script { };
  };