lol
0
fork

Configure Feed

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

pynitrokey: 0.7.4 -> 0.8.1

+2 -2
+2 -2
pkgs/development/python-modules/pynitrokey/default.nix
··· 30 30 31 31 let 32 32 pname = "pynitrokey"; 33 - version = "0.7.4"; 33 + version = "0.8.1"; 34 34 mainProgram = "nitropy"; 35 35 in 36 36 ··· 40 40 41 41 src = fetchPypi { 42 42 inherit pname version; 43 - hash = "sha256-Qd1fc8ihoAk8kpexzm9sGh4VRo2o4e8weUjEztat/CY="; 43 + hash = "sha256-HLqT4r0ljRU5TYRJuBJvt9tF0igxaerUEPobyzWLCO8="; 44 44 }; 45 45 46 46 nativeBuildInputs = [ installShellFiles ];