xdg_open_ng: 0.3.0 -> 0.3.1

preserves-nim: 3.2.0 -> 3.3.0
syndicate-nim: 1.2.0 -> 1.3.0
This commit is contained in:
Emery Hemingway 2022-04-25 12:05:43 -05:00
parent 0ad63218fe
commit b7af32fc66
3 changed files with 7 additions and 7 deletions

View File

@ -17,13 +17,13 @@ let
in buildNimPackage rec {
pname = "preserves";
version = "3.2.0";
version = "3.3.0";
src = fetchFromGitea {
domain = "git.syndicate-lang.org";
owner = "ehmry";
repo = "${pname}-nim";
rev = "v${version}";
sha256 = "sha256-NIKHG4nAfU9Xf8sdbyTSCr9tf+LM8iZGcgUeqF40rGk=";
rev = "nim-${pname}-${version}";
sha256 = "sha256-bKALG3Gfq6Pezu9KH6LPc4L57iapILkClbEJVmlQsBY=";
};
propagatedBuildInputs = [ compiler npeg ];

View File

@ -10,14 +10,14 @@ let
in buildNimPackage rec {
pname = "syndicate";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitea {
domain = "git.syndicate-lang.org";
owner = "ehmry";
repo = "${pname}-nim";
rev = "nim-${pname}-${version}";
hash = "sha256-uD5kjqkho7qhI6gWbWSIP06LA3i/xhDzQm9EKz+Zm10=";
hash = "sha256-VEVwbZLr+h+kbge7B7kmDUgt4URh+Lqm3yQ2U+g61ww=";
};
propagatedBuildInputs = [ nimSHA2 preserves ];

View File

@ -2,7 +2,7 @@
buildNimPackage rec {
pname = "xdg_open_ng";
version = "0.3.0";
version = "0.3.1";
nimBinOnly = true;
src = fetchFromGitea {
@ -10,7 +10,7 @@ buildNimPackage rec {
owner = "ehmry";
repo = pname;
rev = "${pname}-${version}";
hash = "sha256-7Vg3JGXFWiN2209MwgIeyMpuPlBSCmevKUwTkAXLYQE=";
hash = "sha256-hOfaT4LaIH7QfLexQ1HNTxfTfPzSVpPnrpFhuHKJ3VM=";
};
propagatedBuildInputs = [ syndicate ];