Unverified Commit 55bcf335 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

rnote: 0.13.0 -> 0.13.1 (#441588)

parents b95e6eb5 30f35fb9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,18 +27,18 @@

stdenv.mkDerivation rec {
  pname = "rnote";
  version = "0.13.0";
  version = "0.13.1";

  src = fetchFromGitHub {
    owner = "flxzt";
    repo = "rnote";
    tag = "v${version}";
    hash = "sha256-YA2iqHqeh1uZsXSwyn4EWYAUXUgXvshNqSo6MS8U6ZQ=";
    hash = "sha256-EMxA5QqmIae/d3nUpwKjgURo0nOyaNbma8poB5mcQW0=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-p5GrvzECinqCryvMNfSI8QZTXHnytI7jJqolkX76lOo=";
    hash = "sha256-fr1bDTzTKx7TLBqw94CyaB0/Jo2x1BzZcM6dcen1PHc=";
  };

  nativeBuildInputs = [