lol
fork

Configure Feed

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

Merge pull request #256875 from r-ryantm/auto-update/python310Packages.ffcv

python310Packages.ffcv: 0.0.3 -> 1.0.0

authored by

Samuel Ainsworth and committed by
GitHub
07bb0bd1 85d77bc1

+3 -4
+3 -4
pkgs/development/python-modules/ffcv/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "ffcv"; 16 - version = "0.0.3"; 16 + version = "1.0.0"; 17 17 18 18 src = fetchFromGitHub { 19 19 owner = "libffcv"; 20 20 repo = pname; 21 - # See https://github.com/libffcv/ffcv/issues/158. 22 - rev = "131d56235eca3f1497bb84eeaec82c3434ef25d8"; 23 - sha256 = "0f7q2x48lknnf98mqaa35my05qwvdgv0h8l9lpagdw6yhx0a6p2x"; 21 + rev = "refs/tags/v${version}"; 22 + hash = "sha256-L2mwGFivq/gtAw+1D6U2jbW6VxYgetHX7OUrjwyybqE="; 24 23 }; 25 24 26 25 # See https://github.com/libffcv/ffcv/issues/159.