textpieces: 4.1.0 -> 4.1.1-1 (#365559)

This commit is contained in:
Aleksana
2024-12-17 17:02:30 +08:00
committed by GitHub
2 changed files with 5 additions and 2500 deletions
File diff suppressed because it is too large Load Diff
+5 -7
View File
@@ -19,20 +19,18 @@
stdenv.mkDerivation (finalAttrs: {
pname = "textpieces";
version = "4.1.0";
version = "4.1.1-1";
src = fetchFromGitLab {
owner = "liferooter";
repo = "textpieces";
rev = "v${finalAttrs.version}";
hash = "sha256-0bc2Q3k08ZItRH7teQCv7uQyj4Rig6LtZmO5Vu48vxo=";
hash = "sha256-+CmlJrND61w1qXSUgIsacBoJcmmf9eLI2GSvDJbXv44=";
};
cargoDeps = rustPlatform.importCargoLock {
lockFile = ./Cargo.lock;
outputHashes = {
"textpieces-core-1.1.2" = "sha256-fAATzugZ4kpUqHx8H4yuNH9Weeubkp8eAHAe94rMBmA=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) src;
hash = "sha256-fpnXMzQFne/TnRgjWy47nVlcwXFZJG4S+VD+D6bz5iQ=";
};
nativeBuildInputs = [