outfieldr: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm
2025-05-29 12:39:13 +00:00
parent adfe0268d8
commit 83cdb66e83
+2 -2
View File
@@ -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 = [