diylc: 5.3.0 -> 5.5.0 (#407901)

This commit is contained in:
Wolfgang Walther 2025-06-01 12:49:36 +00:00 committed by GitHub
commit e5ce7656b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,11 +11,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "diylc";
version = "5.3.0";
version = "5.5.0";
src = fetchurl {
url = "https://github.com/bancika/diy-layout-creator/releases/download/v${finalAttrs.version}/diylc-${finalAttrs.version}-universal.zip";
hash = "sha256-1oeeU9SkDqS3vF/b4B4ACJ6NjtkS9lQBl7yEF+rFTY0=";
hash = "sha256-KjxyqQ5DJJo3cCPxl9isRroz9gi1D6AROMdtZEU25nM=";
};
nativeBuildInputs = [