Loading pkgs/by-name/od/odamex/package.nix +2 −13 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, stdenv, fetchFromGitHub, fetchpatch, cmake, copyDesktopItems, Loading Loading @@ -52,26 +51,16 @@ in stdenv.mkDerivation (finalAttrs: { pname = "odamex"; version = "11.2.0"; version = "12.1.0"; src = fetchFromGitHub { owner = "odamex"; repo = "odamex"; tag = finalAttrs.version; hash = "sha256-f9st852Sqmdmb/qNP1ioBY9MApt9Ruw8dBjkkyGM5Qs="; hash = "sha256-kLI1gdGH5NXJ8YI1tR0N5W6yvGZ+7302z0QLl2j+b0k="; fetchSubmodules = true; }; patches = [ # fix file-open panel on Darwin # https://github.com/odamex/odamex/pull/1402 # TODO: remove on next release (fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/odamex/odamex/pull/1402.patch"; hash = "sha256-JrcQ0rYkaFP5aKNWeXbrY2TN4r8nHpue19qajNXJXg4="; }) ]; nativeBuildInputs = [ cmake copyDesktopItems Loading Loading
pkgs/by-name/od/odamex/package.nix +2 −13 Original line number Diff line number Diff line Loading @@ -2,7 +2,6 @@ lib, stdenv, fetchFromGitHub, fetchpatch, cmake, copyDesktopItems, Loading Loading @@ -52,26 +51,16 @@ in stdenv.mkDerivation (finalAttrs: { pname = "odamex"; version = "11.2.0"; version = "12.1.0"; src = fetchFromGitHub { owner = "odamex"; repo = "odamex"; tag = finalAttrs.version; hash = "sha256-f9st852Sqmdmb/qNP1ioBY9MApt9Ruw8dBjkkyGM5Qs="; hash = "sha256-kLI1gdGH5NXJ8YI1tR0N5W6yvGZ+7302z0QLl2j+b0k="; fetchSubmodules = true; }; patches = [ # fix file-open panel on Darwin # https://github.com/odamex/odamex/pull/1402 # TODO: remove on next release (fetchpatch { url = "https://patch-diff.githubusercontent.com/raw/odamex/odamex/pull/1402.patch"; hash = "sha256-JrcQ0rYkaFP5aKNWeXbrY2TN4r8nHpue19qajNXJXg4="; }) ]; nativeBuildInputs = [ cmake copyDesktopItems Loading