lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #302898 from fschwalbe/pferd

pferd: 3.5.0 -> 3.5.1

authored by

Weijia Wang and committed by
GitHub
c9d5111b ae67af30

+2 -2
+2 -2
pkgs/tools/misc/pferd/default.nix
··· 5 5 6 6 python3Packages.buildPythonApplication rec { 7 7 pname = "pferd"; 8 - version = "3.5.0"; 8 + version = "3.5.1"; 9 9 format = "pyproject"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "Garmelon"; 13 13 repo = "PFERD"; 14 14 rev = "refs/tags/v${version}"; 15 - sha256 = "sha256-iGMqKRM/8pnnew/U1r7Od9Giyn9z4BxVGO85nw3FI9Y="; 15 + sha256 = "sha256-NNQ7yB0JPVDSWMNxkpvEK/meLa3Db78qxUDDTJa6YgM="; 16 16 }; 17 17 18 18 nativeBuildInputs = with python3Packages; [