Skip to content

Commit

Permalink
pretix: 2024.7.0 -> 2024.7.1 (NixOS#337592)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Aug 27, 2024
2 parents a3284a0 + 220bfd1 commit 8a4ba48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/pr/pretix/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ let
};

pname = "pretix";
version = "2024.7.0";
version = "2024.7.1";

src = fetchFromGitHub {
owner = "pretix";
repo = "pretix";
rev = "refs/tags/v${version}";
hash = "sha256-08ykuFPcG3WvinJd9zadirXFqsMt9GbdOGU2CGbW7ls=";
hash = "sha256-lOcV3+CNGyKR0QiQXr/hP/9rhWauEvnSLOvxmQa/DSg=";
};

npmDeps = buildNpmPackage {
Expand Down

0 comments on commit 8a4ba48

Please sign in to comment.