delfin: 0.4.1 -> 0.4.2

This commit is contained in:
2024-03-21 13:51:32 +00:00
parent 098cd2051e
commit 52133fde30

View File

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