libcs50: init at 11.0.2
This commit is contained in:
parent
4c3e82df39
commit
3c389546e5
@ -7,7 +7,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
src = fetchFromGitHub {
|
||||
owner = "cs50";
|
||||
repo = "libcs50";
|
||||
rev = "refs/tags/v${finalAttrs.version}";
|
||||
rev = "v${finalAttrs.version}";
|
||||
hash = "sha256-A4CEU5wfwykVTDIsKZnQ8co+6RwBGYGZEZxRFzQTKBI=";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user