Merge pull request #240781 from CaptainJawZ/furtherance

furtherance: 1.8.0 -> 1.8.1
This commit is contained in:
Nick Cao 2023-07-01 10:16:45 +08:00 committed by GitHub
commit 5a47b44689
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,19 +6,19 @@
stdenv.mkDerivation (finalAttrs: {
pname = "furtherance";
version = "1.8.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "lakoliu";
repo = "Furtherance";
rev = "v${finalAttrs.version}";
hash = "sha256-l62k7aFyKfYWO+Z85KR8tpwts28pamINHYp/oKuHkhc=";
hash = "sha256-KNC0e1Qfls+TcUDPvLaTWWF4ELBJYPE7Oo9/4PK10js=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit (finalAttrs) src;
name = "${finalAttrs.pname}-${finalAttrs.version}";
hash = "sha256-AuXSX+64rJcTChpsE5tqk67bihKkSyimFAMhb1VdbBs=";
hash = "sha256-NHrKk7XgqeEuNAOyIDfzFJzIExTpUfv83Pdv/NPkgYQ=";
};
nativeBuildInputs = [