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

rnote: 0.14.1 -> 0.14.2 (#515518)

parents c9844c7e c1e048ee
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -26,18 +26,18 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "rnote";
  version = "0.14.1";
  version = "0.14.2";

  src = fetchFromGitHub {
    owner = "flxzt";
    repo = "rnote";
    tag = "v${finalAttrs.version}";
    hash = "sha256-uOfFZuxxU8StirS5E/Tm8Lg58u8s4USgA9BeEUKw3xE=";
    hash = "sha256-uuLoc1nWlb3Xm/WSrvjCit1G8kUZA3+HIW8akFXPGi4=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit (finalAttrs) pname version src;
    hash = "sha256-N3mh/hGQ/Pu01uGL5e8BZvrrEm3u7cnJHSqt5FHynKQ=";
    hash = "sha256-eDKyA8LaH+nvDcCG74ucWYSJc8qLmps1xz3WPHoOJ0w=";
  };

  nativeBuildInputs = [