guile-json-rpc: 0.4.5a -> 0.5.0
This commit is contained in:
committed by
Masum Reza
parent
3e086ec3b8
commit
ed621e7c07
@@ -9,14 +9,14 @@
|
||||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "guile-json-rpc";
|
||||
version = "0.4.5a";
|
||||
version = "0.5.0";
|
||||
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "rgherdt";
|
||||
repo = "scheme-json-rpc";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-sTJxPxHKovMOxfu5jM/6EpB9RFpG+9E3388xeE2Fpgw=";
|
||||
hash = "sha256-xCykgq0L6PDqjXfNwsqV9u1nFiK9t+qCUgIgzZoIsxc=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
Reference in New Issue
Block a user