micro: 2.0.11 -> 2.0.12

+5 -5
+5 -5
pkgs/applications/editors/micro/default.nix
··· 2 3 buildGoModule rec { 4 pname = "micro"; 5 - version = "2.0.11"; 6 7 src = fetchFromGitHub { 8 owner = "zyedidia"; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-3Rppi8UcAc4zdXOd81Y+sb5Psezx2TQsNw73WdPVMgE="; 12 }; 13 14 nativeBuildInputs = [ installShellFiles ]; 15 16 subPackages = [ "cmd/micro" ]; 17 - 18 - vendorSha256 = "sha256-/bWIn5joZOTOtuAbljOc0NgBfjrFkbFZih+cPNHnS9w="; 19 20 ldflags = let t = "github.com/zyedidia/micro/v2/internal"; in [ 21 "-s" ··· 34 install -Dm644 assets/micro-logo-mark.svg $out/share/icons/hicolor/scalable/apps/micro.svg 35 ''; 36 37 - passthru.tests.expect = callPackage ./test-with-expect.nix {}; 38 39 meta = with lib; { 40 homepage = "https://micro-editor.github.io";
··· 2 3 buildGoModule rec { 4 pname = "micro"; 5 + version = "2.0.12"; 6 7 src = fetchFromGitHub { 8 owner = "zyedidia"; 9 repo = pname; 10 rev = "v${version}"; 11 + hash = "sha256-L8yJE3rjNcx+1gawQ8urZcFfoQdO20E67mJQjWaVwVo="; 12 }; 13 14 + vendorHash = "sha256-h00s+xqepj+odKAgf54s35xMnnj3gtx5LWDOYFx5GY0="; 15 + 16 nativeBuildInputs = [ installShellFiles ]; 17 18 subPackages = [ "cmd/micro" ]; 19 20 ldflags = let t = "github.com/zyedidia/micro/v2/internal"; in [ 21 "-s" ··· 34 install -Dm644 assets/micro-logo-mark.svg $out/share/icons/hicolor/scalable/apps/micro.svg 35 ''; 36 37 + passthru.tests.expect = callPackage ./test-with-expect.nix { }; 38 39 meta = with lib; { 40 homepage = "https://micro-editor.github.io";