filesender: 2.52 -> 2.53 (#386809)

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