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

code: 0.6.45 -> 0.6.49

parent 5d361f1d
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.45";
  version = "0.6.49";

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

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