nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

python: pycuda: 2018.1 -> 2018.1.1

+2 -2
+2 -2
pkgs/development/python-modules/pycuda/default.nix
··· 22 22 in 23 23 buildPythonPackage rec { 24 24 pname = "pycuda"; 25 - version = "2018.1"; 25 + version = "2018.1.1"; 26 26 27 27 src = fetchPypi { 28 28 inherit pname version; 29 - sha256 = "7079f7738e83ee79ae26f0827ada29fe55921fec9760201199cc2bfb69446c92"; 29 + sha256 = "49d575fca3fd3c95467c3b0fb51967ad17d0c4cc18e078a6748309af4de36a8d"; 30 30 }; 31 31 32 32 preConfigure = ''