Merge pull request #268964 from NixOS/revert-254716-bazecor

Revert "bazecor: init at 1.3.2"
This commit is contained in:
Silvan Mosberger 2023-11-21 15:07:17 +01:00 committed by GitHub
commit b91fcd4027
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +0,0 @@
{ lib
, appimageTools
, fetchurl
}:
appimageTools.wrapType2 rec {
pname = "bazecor";
version = "1.3.2";
src = fetchurl {
url = "https://github.com/Dygmalab/Bazecor/releases/download/bazecor-${version}/Bazecor-${version}-x64.AppImage";
hash = "sha256-afalUj3EqHX6ctCZgwGRf4kqv9AeVS+PAaBA4iK9jKk=";
};
meta = with lib; {
description = "Graphical configurator for Dygma Products";
homepage = "https://github.com/Dygmalab/Bazecor";
changelog = "https://github.com/Dygmalab/Bazecor/releases/tag/bazecor-${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ kashw2 ];
};
}