Unverified Commit 16a9b7d0 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

notes: 2.3.0 -> 2.3.1 (#352950)

parents 8058ad58 39f73529
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@ let
in
stdenv'.mkDerivation (finalAttrs: {
  pname = "notes";
  version = "2.3.0";
  version = "2.3.1";

  src = fetchFromGitHub {
    owner = "nuttyartist";
    repo = "notes";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Z89Z7Il9K9pOxvNfFCoRUkRs0Wf5a6TQACDbBrQhGyw=";
    hash = "sha256-ceZ37torgnxZJybacjnNG+kNAU/I2Ki7ZZ7Tzn4pIas=";
    fetchSubmodules = true;
  };