lol
0
fork

Configure Feed

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

jasper: 2.0.28 -> 2.0.32

+2 -2
+2 -2
pkgs/development/libraries/jasper/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "jasper"; 10 - version = "2.0.28"; 10 + version = "2.0.32"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "jasper-software"; 14 14 repo = pname; 15 15 rev = "version-${version}"; 16 - hash = "sha256-f3UG5w8GbwZcsFBaQN6v8kdEkKIGgizcAgaVZtKwS78="; 16 + hash = "sha256-Uwgtex0MWC/pOmEr8itHMIa4wxd97c/tsTzcLgV8D0I="; 17 17 }; 18 18 19 19 nativeBuildInputs = [