From 83cdb66e83a9b744aa7c6df8968fdeac3f222f05 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 29 May 2025 12:39:13 +0000 Subject: [PATCH] outfieldr: 1.1.0 -> 1.1.1 --- pkgs/by-name/ou/outfieldr/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ou/outfieldr/package.nix b/pkgs/by-name/ou/outfieldr/package.nix index e59a53dde728..569c2a8180e2 100644 --- a/pkgs/by-name/ou/outfieldr/package.nix +++ b/pkgs/by-name/ou/outfieldr/package.nix @@ -10,13 +10,13 @@ let in stdenv.mkDerivation (finalAttrs: { pname = "outfieldr"; - version = "1.1.0"; + version = "1.1.1"; src = fetchFromGitLab { owner = "ve-nt"; repo = "outfieldr"; rev = finalAttrs.version; - hash = "sha256-Xz5BxwPWrZfDsWnvVR9KvHidbUdPsxy7b2ONiSZY+uk="; + hash = "sha256-rokGB1be09ExK9VH5tCW8ccZiIMd3A9pbuMFrOouhOc="; }; nativeBuildInputs = [