Unverified Commit 9b9cff0c authored by Youwen Wu's avatar Youwen Wu
Browse files

rdrview: unstable-2021-05-30 -> 0.1.3

parent c3845606
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@
  installShellFiles,
}:

stdenv.mkDerivation {
stdenv.mkDerivation (finalAttrs: {
  pname = "rdrview";
  version = "unstable-2021-05-30";
  version = "0.1.3";

  src = fetchFromGitHub {
    owner = "eafer";
    repo = "rdrview";
    rev = "444ce3d6efd8989cd6ecfdc0560071b20e622636";
    sha256 = "02VC8r8PdcAfMYB0/NtbPnhsWatpLQc4mW4TmSE1+zk=";
    rev = "v${finalAttrs.version}";
    hash = "sha256-UFHRsaLGa/jv/S+VXtXIMgLuQUPgqbRgD35bBrJyuZA=";
  };

  buildInputs = [
@@ -42,4 +42,4 @@ stdenv.mkDerivation {
    maintainers = with maintainers; [ djanatyn ];
    mainProgram = "rdrview";
  };
}
})