Commit 2c871662 authored by aleksana's avatar aleksana
Browse files

valent: unstable-2023-06-11 -> unstable-2023-07-31

parent 85eb9355
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

stdenv.mkDerivation rec {
  pname = "valent";
  version = "unstable-2023-06-11";
  version = "unstable-2023-07-31";

  src = fetchFromGitHub {
    owner = "andyholmes";
    repo = "valent";
    rev = "e6a121efa7eb7b432517d610de4deea6dfa876b0";
    rev = "698f39b496957d50c68437f16e74a7ac41eb5147";
    fetchSubmodules = true;
    hash = "sha256-8X4Yu8VY5ehptJN1KtsCuoECtEZNLZMzOvU91j8UmDk=";
    hash = "sha256-AdW6oMRVIgat8XlH342PEwe6BfkzKVLSadGOTLGwzwo=";
  };

  nativeBuildInputs = [