notes: 2.3.0 -> 2.3.1 (#352950)

This commit is contained in:
Nick Cao
2024-11-02 09:22:44 -04:00
committed by GitHub
+2 -2
View File
@@ -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;
};