mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 16:07:24 +00:00
eintopf: 0.14.2 -> 0.14.3
This commit is contained in:
parent
655aa02cc9
commit
ded2c6807a
@ -7,13 +7,13 @@
|
||||
}:
|
||||
|
||||
let
|
||||
version = "0.14.2";
|
||||
version = "0.14.3";
|
||||
src = fetchFromGitea {
|
||||
domain = "codeberg.org";
|
||||
owner = "Klasse-Methode";
|
||||
repo = "eintopf";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-38lVbgAjKsg/yXGFmIdw4KmvfIDCAE3K6qhvza3c+dU=";
|
||||
hash = "sha256-cWHWRxZFoArBB5PiuY6EQubKJKm3/79fwNhnABOtBrM=";
|
||||
};
|
||||
frontend = callPackage ./frontend.nix { inherit src version; };
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user