Unverified Commit f17d4034 authored by Matthieu Coudron's avatar Matthieu Coudron Committed by GitHub
Browse files

memento: 1.5.0 -> 1.6.0 (#396454)

parents 6e18bb98 b021d0ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "memento";
  version = "1.5.0";
  version = "1.6.0";

  src = fetchFromGitHub {
    owner = "ripose-jp";
    repo = "Memento";
    rev = "v${finalAttrs.version}";
    hash = "sha256-8kgMEHDLb2EtwmIOs6WQO3a1QSypwN1FX/f2n7uRBFs=";
    hash = "sha256-IvzvlToSyA20FWU0x+wgE3rT0dYbuY6xyaGgz1D1f6Q=";
  };

  nativeBuildInputs = [