Merge pull request #151379 from r-ryantm/auto-update/appeditor

appeditor: 1.1.1 -> 1.1.3
This commit is contained in:
Bobby Rong 2021-12-20 09:45:42 +08:00 committed by GitHub
commit d263feb6f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "appeditor";
version = "1.1.1";
version = "1.1.3";
src = fetchFromGitHub {
owner = "donadigo";
repo = "appeditor";
rev = version;
sha256 = "14ycw1b6v2sa4vljpnx2lpx4w89mparsxk6s8w3yx4dqjglcg5bp";
sha256 = "sha256-0zutz1nnThyF7h44cDxjE53hhAJfJf6DTs9p4HflXr8=";
};
nativeBuildInputs = [