lol
0
fork

Configure Feed

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

exercise-timer: 1.8.4 -> 1.8.5

Diff: https://github.com/mfep/exercise-timer/compare/refs/tags/v1.8.4...refs/tags/v1.8.5

Changelog: https://github.com/mfep/exercise-timer/blob/v1.8.5/CHANGELOG.md

+3 -3
+3 -3
pkgs/by-name/ex/exercise-timer/package.nix
··· 20 20 21 21 stdenv.mkDerivation (finalAttrs: { 22 22 pname = "exercise-timer"; 23 - version = "1.8.4"; 23 + version = "1.8.5"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "mfep"; 27 27 repo = "exercise-timer"; 28 28 tag = "v${finalAttrs.version}"; 29 - hash = "sha256-KiKTZUlcgQcVJwjCZRi1spjJjAT/aH0PUOB+Qt1jKTc="; 29 + hash = "sha256-yparZ9XmHkjwvgpnERpi8hvRXdb8R+kAyFOFl+exXb4="; 30 30 fetchLFS = true; 31 31 }; 32 32 33 33 cargoDeps = rustPlatform.fetchCargoVendor { 34 34 inherit (finalAttrs) pname version src; 35 - hash = "sha256-Z02tnOavpfv+dNk9p1h/+A0TlBtB0BVxLsEKvhFpkbc="; 35 + hash = "sha256-JObzeiQHEGIDjOung3o8dpaXVcOoJS2v1hyrcS1fqcI="; 36 36 }; 37 37 38 38 nativeBuildInputs = [