lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

organicmaps: 2025.09.01-6 -> 2025.09.25-5 (#446277)

authored by

Francesco Gazzetta and committed by
GitHub
3502906e c63be636

+2 -2
+2 -2
pkgs/applications/misc/organicmaps/default.nix
··· 33 33 in 34 34 stdenv.mkDerivation (finalAttrs: { 35 35 pname = "organicmaps"; 36 - version = "2025.09.01-6"; 36 + version = "2025.09.25-5"; 37 37 38 38 src = fetchFromGitHub { 39 39 owner = "organicmaps"; 40 40 repo = "organicmaps"; 41 41 tag = "${finalAttrs.version}-android"; 42 - hash = "sha256-wxJgfvZvksW/U3ZC7/apRHQTcGvfdi8mYTPCzT8FM3U="; 42 + hash = "sha256-WRr4zLlzGiFnTDuqr+gpnE92f/BZY/c0Ij6x40Rr1LM="; 43 43 fetchSubmodules = true; 44 44 }; 45 45