Unverified Commit 43b8d483 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

libwhich: 1.2.0 -> 1.3.0 (#490205)

parents 4c416ab1 75c9c7de
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "libwhich";
  version = "1.2.0";
  version = "1.3.0";

  src = fetchFromGitHub {
    owner = "vtjnash";
    repo = "libwhich";
    rev = "v${finalAttrs.version}";
    sha256 = "sha256-JNIWdI12sL3TZqVA3GeH0KbgqFDbMsEdecea3392Goc=";
    sha256 = "sha256-Or436P5O7k/KGhEyDMjag+s9uxstq7k780Cl7sZYFjs=";
  };

  installPhase = ''