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