3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #227213 from r-ryantm/auto-update/notepad-next

notepad-next: 0.6 -> 0.6.1
This commit is contained in:
Weijia Wang 2023-04-20 23:50:18 +03:00 committed by GitHub
commit 8d4b84fb13
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "notepad-next";
version = "0.6";
version = "0.6.1";
src = fetchFromGitHub {
owner = "dail8859";
repo = "NotepadNext";
rev = "v${version}";
sha256 = "sha256-t+TfyhQjUp4xJQ4vihAwm691dpt8ctQwLYDRRAQI7OM=";
sha256 = "sha256-4OjthXAzcAVwDA7+oK7sKiOiB7i/cYIdxyrz+9wPvDg=";
# External dependencies - https://github.com/dail8859/NotepadNext/issues/135
fetchSubmodules = true;
};