delfin: 0.4.0 -> 0.4.1

This commit is contained in:
Colin 2024-03-11 00:04:27 +00:00
parent bb18f7355a
commit 00ab28fcac

View File

@ -22,7 +22,7 @@
stdenv.mkDerivation rec {
pname = "delfin";
version = "0.4.0"; #< version 0.4.1 requires rust 1.76.0
version = "0.4.1";
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-QwxdNPLL7PBokq5WaPylD4bBmXmJWyEQsWKN7DM2utk=";
hash = "sha256-LBdHWEGz6dujcF3clrJbViohgiBTyWR7Y70totimVJ8=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-ElB9TbfmYn/A1Y3+oQ752zHqkC+f2RJPxfGXH0m5C/E=";
hash = "sha256-TaUYqq4rkMBXhIM+0ZH6O0F+SUOpT1ImgLx2HCzJPrM=";
};
nativeBuildInputs = [