Unverified Commit 640da2aa authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

code: 0.6.49 -> 0.6.53 (#484908)

parents b273c81c 0c0ec282
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

rustPlatform.buildRustPackage (finalAttrs: {
  pname = "code";
  version = "0.6.49";
  version = "0.6.53";

  src = fetchFromGitHub {
    owner = "just-every";
    repo = "code";
    tag = "v${finalAttrs.version}";
    hash = "sha256-iklIQPs44SjJlQq+qkuyuCQLfv+xcmvmBDSIweFsSTs=";
    hash = "sha256-lKe6OKIrf1k8sJpWIEippbvwamTWLe0uP1KOg7UsY6A=";
  };

  sourceRoot = "${finalAttrs.src.name}/code-rs";