Merge pull request #122184 from divanorama/patch-3
idrisPackages.sdl2: fix sources sha256
This commit is contained in:
commit
54fa457b25
@ -12,8 +12,11 @@ build-idris-package rec {
|
|||||||
|
|
||||||
idrisDeps = [ effects ];
|
idrisDeps = [ effects ];
|
||||||
|
|
||||||
extraBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
];
|
||||||
|
|
||||||
|
extraBuildInputs = [
|
||||||
SDL2
|
SDL2
|
||||||
SDL2_gfx
|
SDL2_gfx
|
||||||
];
|
];
|
||||||
@ -24,7 +27,7 @@ build-idris-package rec {
|
|||||||
owner = "steshaw";
|
owner = "steshaw";
|
||||||
repo = "idris-sdl2";
|
repo = "idris-sdl2";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "0hqhg7l6wpkdbzrdjvrbqymmahziri07ba0hvbii7dd2p0h248fv";
|
sha256 = "1jslnlzyw04dcvcd7xsdjqa7waxzkm5znddv76sv291jc94xhl4a";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user