sn-pro: 1.2.0 -> 1.3.0 (#355830)

This commit is contained in:
Nick Cao 2024-11-15 09:01:57 -05:00 committed by GitHub
commit 15092d8f2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "sn-pro";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "supernotes";
repo = "sn-pro";
rev = version;
hash = "sha256-7GrCEYgP6kfdlAWjNddmkwJrB/s1mFmugMGPPOM34JA=";
hash = "sha256-J2rIBerbkHsuAKi8lRO3D7strL+n2IZlayijz7s6l+k=";
};
installPhase = ''