mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ifstate: 2.3.0 -> 2.4.1
Diff: https://codeberg.org/routerkit/ifstate/compare/2.3.0...2.4.1
Changelog: https://codeberg.org/liske/ifstate/src/tag/2.4.1/CHANGELOG.md
(cherry picked from commit cce0ea2329)
This commit is contained in:
parent
374fa933f5
commit
f3ca6e1101
1 changed files with 2 additions and 2 deletions
|
|
@ -13,12 +13,12 @@
|
|||
}:
|
||||
|
||||
let
|
||||
version = "2.3.0";
|
||||
version = "2.4.1";
|
||||
src = fetchFromCodeberg {
|
||||
owner = "routerkit";
|
||||
repo = "ifstate";
|
||||
tag = version;
|
||||
hash = "sha256-qJdWoe9hbLMmyaaK7m+NzU3415KavbBkHJdFPhmlOnY=";
|
||||
hash = "sha256-/kibcWSGg7AqkjvQAzhSs+aoRHE/YoYhTqVjw4NWNgA=";
|
||||
};
|
||||
docs = stdenv.mkDerivation {
|
||||
pname = "ifstate-docs";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue