sn-pro: 1.1.0 -> 1.2.0

This commit is contained in:
R. Ryantm
2024-09-17 20:14:39 +00:00
parent a54d06dd4f
commit 5a823a3597
+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 = ''