lol
fork

Configure Feed

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

bash_unit: 2.2.0 -> 2.3.1

+2 -2
+2 -2
pkgs/tools/misc/bash_unit/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "bash_unit"; 7 - version = "2.2.0"; 7 + version = "2.3.1"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "pgrange"; 11 11 repo = pname; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-sYs7b6I1VhO2TLLhMFuaV9AtLoavcoKvCRYfVNGAg20="; 13 + sha256 = "sha256-kd5h12yjzvR/RBE/IjVXNSyjcf+rz6B2eoO8w2jiaps="; 14 14 }; 15 15 16 16 patchPhase = ''