ifstate: 2.0.1 -> 2.0.2 (#447002)
This commit is contained in:
@@ -14,13 +14,13 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "2.0.1";
|
version = "2.0.2";
|
||||||
src = fetchFromGitea {
|
src = fetchFromGitea {
|
||||||
domain = "codeberg.org";
|
domain = "codeberg.org";
|
||||||
owner = "liske";
|
owner = "liske";
|
||||||
repo = "ifstate";
|
repo = "ifstate";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-QxjziDlkbTxAVd3qA8u4+JT8NWJxBMVAp7G5Zma9d10=";
|
hash = "sha256-ghl2EVSum8KOh9wpFkrLGeIii2cj0a2+yOa48/JwFRk=";
|
||||||
};
|
};
|
||||||
docs = stdenv.mkDerivation {
|
docs = stdenv.mkDerivation {
|
||||||
pname = "ifstate-docs";
|
pname = "ifstate-docs";
|
||||||
|
|||||||
Reference in New Issue
Block a user