Skip to content

Commit 2707d17

Browse files
fritz-exporter: 2.5.0 -> 2.5.1 (NixOS#355688)
2 parents 14fd9c3 + 09d793b commit 2707d17

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/fr/fritz-exporter/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
python3.pkgs.buildPythonApplication rec {
77
pname = "fritz-exporter";
8-
version = "2.5.0";
8+
version = "2.5.1";
99
pyproject = true;
1010

1111
src = fetchFromGitHub {
1212
owner = "pdreker";
1313
repo = "fritz_exporter";
14-
rev = "fritzexporter-v${version}";
15-
hash = "sha256-x5WCVDIKdreQCmVpiWbmVBNo42P5kSxX9dLMBKfZTWc=";
14+
rev = "refs/tags/fritzexporter-v${version}";
15+
hash = "sha256-qqvvoOQRFNl9IUjaBc/qzg9AevT5c2JDsfDVAZW6d6E=";
1616
};
1717

1818
postPatch = ''

0 commit comments

Comments
 (0)