Unverified Commit f741578b authored by NotAShelf's avatar NotAShelf
Browse files

notion: 4.0.2 -> 4.0.3

parent 78d7406d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "notion";
  version = "4.0.2";
  version = "4.0.3";

  src = fetchFromGitHub {
    owner = "raboof";
    repo = "notion";
    rev = finalAttrs.version;
    hash = "sha256-u5KoTI+OcnQu9m8/Lmsmzr8lEk9tulSE7RRFhj1oXJM=";
    tag = finalAttrs.version;
    hash = "sha256-Ll4thDS8fHxkm2IuGjePPVPyPPrz7yDzpKVloFuk/yE=";
  };

  postPatch = ''