Unverified Commit 98cebbc5 authored by Moritz Sanft's avatar Moritz Sanft Committed by GitHub
Browse files

nemu: 3.3.1 -> 3.4.0 (#454556)

parents d3eb3d6c 2bebb656
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "nemu";
  version = "3.3.1";
  version = "3.4.0";

  src = fetchFromGitHub {
    owner = "nemuTUI";
    repo = "nemu";
    rev = "v${finalAttrs.version}";
    hash = "sha256-6WzqBkspKKs1e8kg1i71ntZHa78s5pJ1u02mXvzpiEc=";
    hash = "sha256-QvyCBHZmahZPIghPX53HcL5HsOVvhsVwdMZosVQ9A5U=";
  };

  cmakeFlags = [