mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
duden: 0.18.0 -> 0.19.1
Co-authored-by: linuxissuper <m+nix@linuxistcool.de> Co-authored-by: R. RyanTM <ryantm-bot@ryantm.com>
This commit is contained in:
parent
b590908c9e
commit
36da5a3900
@ -13,14 +13,14 @@
|
||||
let
|
||||
finalAttrs = {
|
||||
pname = "duden";
|
||||
version = "0.18.0";
|
||||
version = "0.19.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "radomirbosak";
|
||||
repo = "duden";
|
||||
rev = finalAttrs.version;
|
||||
hash = "sha256-ZrarN09Znw4m6YiZxD7q7dTJ49WjmHDobLnOt8JCwvc=";
|
||||
hash = "sha256-c6IItrjFVbsdYg3sDrExcxv7aRcKhd/M5hiZD+wBZ2Y=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -49,7 +49,7 @@ let
|
||||
'';
|
||||
license = with lib.licenses; [ mit ];
|
||||
mainProgram = "duden";
|
||||
maintainers = with lib.maintainers; [ AndersonTorres ];
|
||||
maintainers = with lib.maintainers; [ AndersonTorres linuxissuper ];
|
||||
};
|
||||
};
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user