diylc: 5.10.0 -> 5.11.0

This commit is contained in:
R. Ryantm
2026-02-16 01:06:40 +00:00
parent b406523052
commit 6fe4a8b7c5
+2 -2
View File
@@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "diylc";
version = "5.10.0";
version = "5.11.0";
src = fetchurl {
url = "https://github.com/bancika/diy-layout-creator/releases/download/v${finalAttrs.version}/diylc-${finalAttrs.version}-universal.zip";
hash = "sha256-1WiCQ/UIzrE5oMfvwH518KzjBmRPVCwTAv2DxrKzxH4=";
hash = "sha256-peSxUdlqcS0gvlSzf6OgC0vJ6FIounauY0TaMjDX0ZI=";
};
nativeBuildInputs = [