Commit e08db121 authored by R. RyanTM's avatar R. RyanTM
Browse files

wio: unstable-2024-03-23 -> 0.17.3-unstable-2024-04-30

parent 7c4cc647
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 = [