Skip to content

Commit

Permalink
delfin: 0.4.6 -> 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
coolavery committed Oct 7, 2024
1 parent b16cfce commit 280a048
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/de/delfin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@

stdenv.mkDerivation rec {
pname = "delfin";
version = "0.4.6";
version = "0.4.7";

src = fetchFromGitea {
domain = "codeberg.org";
owner = "avery42";
repo = "delfin";
rev = "v${version}";
hash = "sha256-kCPLfGeMsWAjNrtrxUeXaLv1ZkDCfhDl0HLwYDaoMTY=";
hash = "sha256-F4ipIOqMS42nXHRSRpzIlTh61g2xjpog7Zmxn6D29nE=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-LOW4Gm69e0Cyif3UuzYITy0GMGEgZOHURNxrsZRLdWo=";
hash = "sha256-ciw178jBwz4I6I1x6iI45RJ2ITw0JfukLWNyBmE3FZg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 280a048

Please sign in to comment.