Commit 2319a44d authored by R. RyanTM's avatar R. RyanTM
Browse files

chawan: 0-unstable-2024-09-03 -> 0-unstable-2024-10-25

parent b50e35f9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation {
  pname = "chawan";
  version = "0-unstable-2024-09-03";
  version = "0-unstable-2024-10-25";

  src = fetchFromSourcehut {
    owner = "~bptato";
    repo = "chawan";
    rev = "298684d174be90be57967f15c2f1bf0d24ba2446";
    hash = "sha256-R/+qLoyewqoOfi264GvZUvpZbN5FX8LtGikQ3FxJEvw=";
    rev = "28bf2922a33dd987a0a3095bc461589ef23ad37d";
    hash = "sha256-Bxt9uovo69whyAtrpCDz3DyAYjCYaZfMZknnFW0WDao=";
    fetchSubmodules = true;
  };