Skip to content

Commit

Permalink
delfin: 0.4.5 -> 0.4.6 (#341956)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Sep 18, 2024
2 parents d4e6815 + c3d27bc commit 9787a26
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.5";
version = "0.4.6";

src = fetchFromGitea {
domain = "codeberg.org";
owner = "avery42";
repo = "delfin";
rev = "v${version}";
hash = "sha256-iqibdVMf4RBl/EuFvE6tEPDliYmRtIYCW/mO+nNKcWU=";
hash = "sha256-kCPLfGeMsWAjNrtrxUeXaLv1ZkDCfhDl0HLwYDaoMTY=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-2V2jx78S0Gj4/w3oduH/s7Pd6XG/GCs4lwhFCdGVdd8=";
hash = "sha256-LOW4Gm69e0Cyif3UuzYITy0GMGEgZOHURNxrsZRLdWo=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9787a26

Please sign in to comment.