quick-lookup: 2.1.1 -> 2.1.2

This commit is contained in:
R. Ryantm 2024-11-04 03:37:57 +00:00
parent b90f2b68c3
commit 776f433b9b

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "quick-lookup";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "johnfactotum";
repo = "quick-lookup";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-I6a8J/Z1yJhdqWES+1mIlvJq6FBOX0GiW0muNP/iSjE=";
hash = "sha256-KENHYdhB1OHIB1RKyv78QFdsq3fYRqKgBDCFPLxHZ+k=";
};
postPatch = ''