Unverified Commit 374e9f9d authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

Merge pull request #308865 from r-ryantm/auto-update/wio

wio: unstable-2024-03-23 -> 0.17.3-unstable-2024-04-30
parents a013465d e08db121
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "wio";
  version = "unstable-2024-03-23";
  version = "0.17.3-unstable-2024-04-30";

  src = fetchFromGitHub {
    owner = "Rubo3";
    repo = "wio";
    rev = "a68fbaf0011610d55db0413ebb7aca6ff79a8dc3";
    hash = "sha256-iQulldgYuz++ank2rOL92Ydj6IOiBtNEVEEcVOlhkMk=";
    rev = "9d459df379efdcf20ea10906c48c79c506c32066";
    hash = "sha256-Bn7mCVQPH/kH2WRsGPPGIGgvk0r894zZHCHl6BVmWVg=";
  };

  nativeBuildInputs = [