Skip to content

Commit

Permalink
fritz-exporter: 2.5.0 -> 2.5.1 (#355688)
Browse files Browse the repository at this point in the history
  • Loading branch information
nixpkgs-merge-bot[bot] authored Nov 14, 2024
2 parents 14fd9c3 + 09d793b commit 2707d17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/fr/fritz-exporter/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "fritz-exporter";
version = "2.5.0";
version = "2.5.1";
pyproject = true;

src = fetchFromGitHub {
owner = "pdreker";
repo = "fritz_exporter";
rev = "fritzexporter-v${version}";
hash = "sha256-x5WCVDIKdreQCmVpiWbmVBNo42P5kSxX9dLMBKfZTWc=";
rev = "refs/tags/fritzexporter-v${version}";
hash = "sha256-qqvvoOQRFNl9IUjaBc/qzg9AevT5c2JDsfDVAZW6d6E=";
};

postPatch = ''
Expand Down

0 comments on commit 2707d17

Please sign in to comment.