delfin: 0.4.1 -> 0.4.2

This commit is contained in:
Colin 2024-03-21 13:51:32 +00:00
parent 098cd2051e
commit 52133fde30
1 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
stdenv.mkDerivation rec {
pname = "delfin";
version = "0.4.1";
version = "0.4.2";
src = if devBuild then fetchFromGitea {
domain = "git.uninsane.org";
@ -35,13 +35,13 @@ stdenv.mkDerivation rec {
owner = "avery42";
repo = "delfin";
rev = "v${version}";
hash = "sha256-LBdHWEGz6dujcF3clrJbViohgiBTyWR7Y70totimVJ8=";
hash = "sha256-7GHwwwFibmwBcrlC2zSpEUZ2dca14wZFU6PJWjincPQ=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-TaUYqq4rkMBXhIM+0ZH6O0F+SUOpT1ImgLx2HCzJPrM=";
hash = "sha256-zlecw6230AC/+y537iEhJU+BgWRs2WCFP0AIcxchZBA=";
};
nativeBuildInputs = [