onedrive: 2.4.23 -> 2.4.25

+2 -2
+2 -2
pkgs/applications/networking/sync/onedrive/default.nix
··· 14 15 stdenv.mkDerivation rec { 16 pname = "onedrive"; 17 - version = "2.4.23"; 18 19 src = fetchFromGitHub { 20 owner = "abraunegg"; 21 repo = pname; 22 rev = "v${version}"; 23 - hash = "sha256-yHpjutZV2u1VhnLxsQIu0NtKnqwtoRn4TM+8tXJ4RNo="; 24 }; 25 26 nativeBuildInputs = [ autoreconfHook ldc installShellFiles pkg-config ];
··· 14 15 stdenv.mkDerivation rec { 16 pname = "onedrive"; 17 + version = "2.4.25"; 18 19 src = fetchFromGitHub { 20 owner = "abraunegg"; 21 repo = pname; 22 rev = "v${version}"; 23 + hash = "sha256-M6EOJiykmAKWIuAXdm9ebTSX1eVoO+1axgzxlAmuI8U="; 24 }; 25 26 nativeBuildInputs = [ autoreconfHook ldc installShellFiles pkg-config ];