filesender: 2.56 -> 2.57 (#431101)

Co-authored-by: thenhnn <thenhnn@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-05 08:26:25 +00:00
committed by GitHub
co-authored by thenhnn
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "filesender";
version = "2.56";
version = "2.57";
src = fetchFromGitHub {
owner = "filesender";
repo = "filesender";
tag = "filesender-${finalAttrs.version}";
hash = "sha256-nGmjhki3RKwpZXd90Nh2VAhwNFIZE0GSdKPjsRJEP0k=";
hash = "sha256-I/9Y64jWm7QdQ1yhjCHkLfkKrzV6y0Rp+wkZbDP86fw=";
};
patches = [