3
0
Fork 0
forked from mirrors/nixpkgs

arcan: 0.6.2 -> 0.6.2.1

This release is compatible with cat9.
This commit is contained in:
Emery Hemingway 2022-10-23 17:30:21 -05:00
parent 86ad681303
commit ce01bd2fc9

View file

@ -58,13 +58,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "arcan" + lib.optionalString useStaticOpenAL "-static-openal";
version = "0.6.2";
version = "0.6.2.1";
src = fetchFromGitHub {
owner = "letoram";
repo = "arcan";
rev = finalAttrs.version;
hash = "sha256-Qwyt927eLqaCqJ4Lo4J1lQX2A24ke+AH52rmSCTnpO0=";
hash = "sha256-7H3fVSsW5VANLqwhykY+Q53fPjz65utaGksh/OpZnJM=";
};
nativeBuildInputs = [