Commit be423272 authored by R. RyanTM's avatar R. RyanTM
Browse files

vsce: 3.4.1 -> 3.4.2

parent cbc137c0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

buildNpmPackage (finalAttrs: {
  pname = "vsce";
  version = "3.4.1";
  version = "3.4.2";

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "vscode-vsce";
    rev = "v${finalAttrs.version}";
    hash = "sha256-ufSEKkLqP+D/D5l5teL82RsoVgIFhbyOVjnZfnecsKI=";
    hash = "sha256-T3uboozO4YRA8qqu833pIFt4yzIYRBZQdm8nawEZo2s=";
  };

  npmDepsHash = "sha256-J7ES/a6RHeTY1grdzgYu9ex7BOzadqng2/h2LlTZLns=";