mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
ifstate: 2.2.6 -> 2.3.0
Diff: https://codeberg.org/routerkit/ifstate/compare/2.2.6...2.3.0 Changelog: https://codeberg.org/liske/ifstate/src/tag/2.3.0/CHANGELOG.md
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "2.2.6";
|
||||
version = "2.3.0";
|
||||
src = fetchFromCodeberg {
|
||||
owner = "routerkit";
|
||||
repo = "ifstate";
|
||||
tag = version;
|
||||
hash = "sha256-23WFKJUFYw+BZFzHXR5Vjx7Dd33CXua2u+GZV/b1K9E=";
|
||||
hash = "sha256-qJdWoe9hbLMmyaaK7m+NzU3415KavbBkHJdFPhmlOnY=";
|
||||
};
|
||||
docs = stdenv.mkDerivation {
|
||||
pname = "ifstate-docs";
|
||||
|
||||
Reference in New Issue
Block a user