sdlpop: 1.22 -> 1.23

This commit is contained in:
R. Ryantm 2023-02-18 22:29:00 +00:00
parent ea64ad20e3
commit 97c91d0d44

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "sdlpop";
version = "1.22";
version = "1.23";
src = fetchFromGitHub {
owner = "NagyD";
repo = "SDLPoP";
rev = "v${version}";
sha256 = "1yy5r1r0hv0xggk8qd8bwk2zy7abpv89nikq4flqgi53fc5q9xl7";
sha256 = "sha256-UI7NfOC/+druRYL5g2AhIjTPEq4ta1qEThcxgyrFjHY=";
};
nativeBuildInputs = [ pkg-config makeWrapper copyDesktopItems ];