socklog: 2.1.1 -> 2.1.2

This commit is contained in:
R. Ryantm
2025-11-04 20:58:40 +00:00
parent da83893018
commit a723c4ec2b
+2 -2
View File
@@ -6,11 +6,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "socklog";
version = "2.1.1";
version = "2.1.2";
src = fetchurl {
url = "https://smarden.org/socklog/socklog-${finalAttrs.version}.tar.gz";
hash = "sha256-6xk3JB1seyoEArSf/evwIrsvzaPgDBsaF66Lzx5KObo=";
hash = "sha256-e8ej+ejhWn55EoHAV0GkwM8N6G50hw/SxvTX55QrleY=";
};
sourceRoot = "admin/socklog-${finalAttrs.version}";