libcs50: init at 11.0.2

This commit is contained in:
t-spr 2023-06-01 11:51:48 -04:00
parent 4c3e82df39
commit 3c389546e5

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation (finalAttrs: {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "cs50"; owner = "cs50";
repo = "libcs50"; repo = "libcs50";
rev = "refs/tags/v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-A4CEU5wfwykVTDIsKZnQ8co+6RwBGYGZEZxRFzQTKBI="; hash = "sha256-A4CEU5wfwykVTDIsKZnQ8co+6RwBGYGZEZxRFzQTKBI=";
}; };