ly: 1.3.1 -> 1.3.2 (#487644)

This commit is contained in:
Michael Daniels
2026-03-02 00:21:43 +00:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -110,12 +110,12 @@ linkFarm name [
};
}
{
name = "N-V-__8AAGcUBQAa5vov1Yi_9AXEffFQ1e2KsXaK4dgygRKq";
name = "N-V-__8AAOEWBQDt5tNdIzIFY6n8DdZsCP-6MyLoNS20wgpA";
path = fetchZigArtifact {
name = "termbox2";
url = "git+https://github.com/AnErrupTion/termbox2?ref=master#290ac6b8225aacfd16851224682b851b65fcb918";
hash = "sha256-of95/wJeCTWI3p7NxvnUlb618qffUZv2YxgBgzp+crs=";
rev = "290ac6b8225aacfd16851224682b851b65fcb918";
url = "git+https://github.com/AnErrupTion/termbox2?ref=master#496730697c662893eec43192f48ff616c2539da6";
hash = "sha256-8XAPH1f1qQuOROBw/duF3Q7HNRgHbEDsKOgeEpG9ScY=";
rev = "496730697c662893eec43192f48ff616c2539da6";
};
}
]
+2 -2
View File
@@ -17,13 +17,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "ly";
version = "1.3.1";
version = "1.3.2";
src = fetchFromCodeberg {
owner = "fairyglade";
repo = "ly";
tag = "v${finalAttrs.version}";
hash = "sha256-BelsR/+sfm3qdEnyf4bbadyzuUVvVPrPEhdZaNPLxiE=";
hash = "sha256-P0yLiRIA0bDMiYfL6Kz2/OXh+nmnbHZnsCbcYGIGnbc=";
};
nativeBuildInputs = [