8 stdenv.mkDerivation (finalAttrs: {
9 pname = "wolfstoneextract";
12 src = fetchFromBitbucket {
14 repo = "wolfstoneextract";
15 rev = finalAttrs.version;
16 hash = "sha256-yrYLP2ewOtiry+EgH1IEaxz2Q55mqQ6mRGSxzVUnJ8Q=";
24 description = "Utility to extract Wolfstone data from Wolfenstein II";
25 mainProgram = "wolfstoneextract";
26 homepage = "https://bitbucket.org/ecwolf/wolfstoneextract/src/master/";
27 platforms = [ "x86_64-linux" ];
28 license = with licenses; [
32 maintainers = with maintainers; [ keenanweaver ];