Commit ded2c680 authored by Jonas Heinrich's avatar Jonas Heinrich
Browse files

eintopf: 0.14.2 -> 0.14.3

parent 655aa02c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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