sn-pro: 1.1.0 -> 1.2.0 (#342628)

This commit is contained in:
Nick Cao
2024-09-18 08:17:04 -04:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
stdenvNoCC.mkDerivation rec {
pname = "sn-pro";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "supernotes";
repo = "sn-pro";
rev = version;
hash = "sha256-G/DIHWs91HYVbrV/jZ4aFsCCjqORo8YeqcHGN0LZ8p4=";
hash = "sha256-7GrCEYgP6kfdlAWjNddmkwJrB/s1mFmugMGPPOM34JA=";
};
installPhase = ''