filesender: 2.53 -> 2.54 (#394156)

Co-authored-by: thenhnn <thenhnn@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-03-29 09:10:05 +00:00
committed by GitHub
co-authored by thenhnn
+2 -2
View File
@@ -6,13 +6,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "filesender";
version = "2.53";
version = "2.54";
src = fetchFromGitHub {
owner = "filesender";
repo = "filesender";
tag = "filesender-${finalAttrs.version}";
hash = "sha256-a9hA1aHuuSbFHggeKlh374/rEVszDdRToKLSiuVb66Q=";
hash = "sha256-FmTjnOlst3KfKTHKw2KqkLNhK0IhfYVAbVv7tMSg6e8=";
};
patches = [