Unverified Commit 9fd64fc3 authored by Cosima Neidahl's avatar Cosima Neidahl Committed by GitHub
Browse files

foxotron: 2023-07-16 -> 2024-09-23 (#345437)

parents 2a5f82bf aca69fd6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,14 +26,14 @@

stdenv.mkDerivation rec {
  pname = "foxotron";
  version = "2023-07-16";
  version = "2024-09-23";

  src = fetchFromGitHub {
    owner = "Gargaj";
    repo = "Foxotron";
    rev = version;
    fetchSubmodules = true;
    hash = "sha256-s1eWZMVitVSP7nJJ5wXvnV8uI6yto7LmvlvocOwVAxw=";
    hash = "sha256-OnZWoiQ5ASKQV73/W6nl17B2ANwqCy/PlybHbNwrOyQ=";
  };

  patches = [