arrow: 3.0.0 -> 3.1.0 (#430572)

Co-authored-by: miampf <miampf@proton.me>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-04 09:54:13 +00:00
committed by GitHub
co-authored by miampf
+2 -2
View File
@@ -22,13 +22,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "arrow";
version = "3.0.0";
version = "3.1.0";
src = fetchFromGitHub {
owner = "mhgolkar";
repo = "Arrow";
tag = "v${finalAttrs.version}";
hash = "sha256-oodW6XvesBWic0yK1Se/tycjqblE4qUSuAk+3MY3x8I=";
hash = "sha256-+Tlqh0Xn2xnF2AWv9u5xIWo6Mvg/uEsqqxWx70kd3+k=";
};
desktopItems = [