Unverified Commit c5d36d11 authored by Defelo's avatar Defelo
Browse files
parent c2ec565e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,10 +22,10 @@
}:
mkDerivation {
  pname = "bruijn";
  version = "0-unstable-2025-11-01";
  version = "0-unstable-2025-12-07";
  src = fetchzip {
    url = "https://github.com/marvinborner/bruijn/archive/c37a9d27b9f654b1e0118d32269a1548800b062b.tar.gz";
    sha256 = "1a667693agsc559yy4k04gxv1hlsgkn3aw64yvg876fbn5dr7sk3";
    url = "https://github.com/marvinborner/bruijn/archive/3f329f0299c944205293eceec72be25418fd9f0b.tar.gz";
    sha256 = "0qx7x50bz0yw0iwg4ymxipzqbh7ki729rbfwxrmijnwbxijlsr01";
  };
  isLibrary = true;
  isExecutable = true;