libwhich: 1.2.0 -> 1.3.0 (#490205)

This commit is contained in:
Nick Cao
2026-02-13 21:18:26 +00:00
committed by GitHub
+2 -2
View File
@@ -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 = ''