sqlite_orm: 1.9 -> 1.9.1

This commit is contained in:
R. Ryantm 2025-02-04 03:29:25 +00:00
parent 1428a5523b
commit dee2302ce2

View File

@ -7,13 +7,13 @@
}: }:
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "sqlite_orm"; pname = "sqlite_orm";
version = "1.9"; version = "1.9.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fnc12"; owner = "fnc12";
repo = "sqlite_orm"; repo = "sqlite_orm";
rev = "v${finalAttrs.version}"; rev = "v${finalAttrs.version}";
hash = "sha256-jgRCYOtCyXj2E5J3iYBffX2AyBwvhune+i4Pb2eCBrA="; hash = "sha256-tlmUYHH0V4qsKSTdrg/OrS9eOEseIDAIU/HN8YK36go=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [