lubelogger: 1.2.1 -> 1.2.2
This commit is contained in:
parent
d6cc5bb41d
commit
6a0c4fbe04
1 changed files with 2 additions and 2 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
buildDotnetModule rec {
|
buildDotnetModule rec {
|
||||||
pname = "lubelogger";
|
pname = "lubelogger";
|
||||||
version = "1.2.1";
|
version = "1.2.2";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hargata";
|
owner = "hargata";
|
||||||
repo = "lubelog";
|
repo = "lubelog";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-YxP8XmjYqxuTA2fIV1q7GBsrWPtLr02KkFl4UUNJ2p8=";
|
hash = "sha256-eH8BWTUTzmVTOnn5svSfk8hqf8CjIpQdxoknlkgjVDY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
projectFile = "CarCareTracker.sln";
|
projectFile = "CarCareTracker.sln";
|
||||||
|
|
Loading…
Reference in a new issue